"Cannot Make SSL Connection"

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: "Cannot Make SSL Connection"

Post by Box293 »

It looks like nmap needs to be installed, run this command:

Code: Select all

yum -y install nmap
Once this is done execute the nmap command.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
scheema31
Posts: 90
Joined: Wed Jun 06, 2012 1:11 pm

Re: "Cannot Make SSL Connection"

Post by scheema31 »

Unfortunately I'm unable to install it either as the server entitlement does not allow it.
Are there any other suggestions?

Thanks,
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: "Cannot Make SSL Connection"

Post by Box293 »

curl might be a way to test if the remote is listening:

Code: Select all

curl https://git.bayleaf.com:443
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
scheema31
Posts: 90
Joined: Wed Jun 06, 2012 1:11 pm

Re: "Cannot Make SSL Connection"

Post by scheema31 »

I was able to make this work by specifying the SSL version using "-S --ssl=VERSION" option.
Thanks for everyones help and suggestions!
Locked