Page 2 of 2

Re: "Cannot Make SSL Connection"

Posted: Thu May 21, 2015 6:45 pm
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.

Re: "Cannot Make SSL Connection"

Posted: Mon May 25, 2015 11:56 am
by scheema31
Unfortunately I'm unable to install it either as the server entitlement does not allow it.
Are there any other suggestions?

Thanks,

Re: "Cannot Make SSL Connection"

Posted: Mon May 25, 2015 8:55 pm
by Box293
curl might be a way to test if the remote is listening:

Code: Select all

curl https://git.bayleaf.com:443

Re: "Cannot Make SSL Connection"

Posted: Tue May 26, 2015 11:18 am
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!