On Tue, 2007-11-06 at 15:41 -0600, Greg Varnell wrote:
> 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_
Try to connect with s_client:
 $ openssl s_client -connect localhost:443 -debug
to look at ssl negotiations.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to