I am trying to install OpenSSL on AIX 5.3. I have completed this same installation > 40 times but this latest one is not able to connect to a server (itself) using SSL.
>From OpenSSL I get. # /usr/local/ssl/bin/openssl OpenSSL> s_time -connect localhost:443 No CIPHER specified Collecting connection statistics for 30 seconds ERROR 4443110:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_ clnt.c:583: error in s_time OpenSSL> >From Perl's Crypt::SSLeay I get. # perl test.cgi 500 SSL negotiation failed: <URL:https://localhost> Same thing if I use the local IP address or domain name. I can get a valid connection using the same script from another AIX machine to this machine. Any help is greatly appreciated. Thank You Greg