openssl
Hi
How to test ssl availability from command Line ?
Platform AIX 5.3, OAS 10.1.2
I've try
1) openssl s_client -ssl3 -connect myipadress:443 -state
connect: Connection refused
connect:errno=79
2) openssl s_client -ssl3 -connect myipadress:443 -cipher "ALL" -state
connect: Connection refused
connect:errno=79
Any idea are welcome.
Regards
A.G