On Mon Jul 20 15:00:06 2009, DMUEY wrote:
Show quoted text> Currently it appears you can only see the cipher info (i.e.
> get_cipher_name() get_cipher_version()) but there is not way to say
> which cipher you'd like to use.
>
> It'd be great if there was a mechanism for that, thanks!
>
[root@nick]# openssl s_client -connect localhost:443 -cipher LOW
CONNECTED(00000003)
12539:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
failure:s23_clnt.c:455:
[root@nick]# openssl s_client -connect localhost:443 -cipher HIGH
CONNECTED(00000003)
depth=0 /C=US/ST=Unknown/L=Unknown/O=Unknown/OU=Unknown/...
Looks good!