The wget is not working from the VMA box, But when I try it from the nagios server it's working, Is there any package that need to update in VMA box for fix this issue ?
vi-admin@snagiosvra:~> wget --no-check-certificate https://serverip:443/sdk/vimService.wsdl
--2020-02-24 15:32:52-- https://invddsdsawe/sdk/vimService.wsdl
Resolving invddsdsawe.. 11.62.12.10
Connecting to iinvddsdsawe|11.62.12.10|:443... connected.
Unable to establish SSL connection.
++++++++++++++++++++++++++++++
I recently ran into an issue with another perl plugin that didn't work on cent6 because the SSL modules were outdated and didn't support SNI. Do you know if SNI is a requirement for the non-working machine? You may need to upgrade perl on the VMA system to get this support.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
VMA is SUSE Linux Enterprise Server 11 SP3 for VMware (x86_64) - Kernel)
It seems SNI is not enabled for the domain. I have checked using this command from Nagios server openssl s_client -connect serverip:443 and it's showing the SSL details.
Also, I have checked the SSL details of the working and not working domain. Please see the below details.
Not working
===========
SSL-Session:
Protocol : TLSv1.2
Cipher : ECDHE-RSA-AES256-GCM-SHA384
Session-ID:
Session-ID-ctx:
Master-Key: 0D33508C6355C558B90CC04CCC48ED3E87AD0DDC7242897F3640B4DFC19BE15EE270DAFD52B821ACDCE1FDE5BDF9B34F
Key-Arg : None
Krb5 Principal: None
PSK identity: None
PSK identity hint: None
Start Time: 1583995623
Timeout : 300 (sec)
Verify return code: 21 (unable to verify the first certificate)
working
========
SSL-Session:
Protocol : TLSv1
Cipher : AES256-SHA
Session-ID:
Session-ID-ctx:
Master-Key: A4B7D48F6C5716932B85AD79B4B00AFCD7C4F877BBF8319AC49FB719F962E91BCBD7BFEA0EB150A11FB99310FAA1E65F
Key-Arg : None
Start Time: 1583995744
Timeout : 300 (sec)
Verify return code: 21 (unable to verify the first certificate)
---
And below is the ciphers show from vma suse machine
can you advise if we upgrade Perl or OpenSSL package is it affect current working domains check?
Also kindly provide the package name we need to update if it needs.