Dave Thompson <dthompson@...> writes:

> 
> >     From: owner-openssl-users@... On Behalf Of Johnson, Chris E
> (OGA)
> >     Sent: Wednesday, 10 August, 2011 11:45
> 
> >     I typed in a term window in a linux machine the following command.
> 
> >     $ openssl s_client -connect  rsa6.fema.gov:7004
> 
> >     When the results are displayed there are two lines that show an
> error.
> >     47661220128736:error:140943FC: SSL routines: SSL3_READ_BYTES: 
> > sslv3 alert bad record mac:s3_pkt.c:1193:SSL alert number 20
> >     47661220128736:error:140790E5:SSL routines:SSL23_WRITE: 
> > ssl handshake failure: s23_lib.c:177:
> 
> 

Assuming from the name and the port that this is the RSA Authentication Manager 
7
Self Service console, it only supports SSLv3 and one cipher which has to be
specified manually.

Try setting the cipher by hand, using your command :

   $ openssl s_client -connect rsa6.fema.gov:7004 -ssl3 -cipher RC4-SHA        

Adding these settings worked for us, YMMV ..



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to