[[EMAIL PROTECTED] - Thu Jun 27 08:46:49 2002]:
> When I try to set up an SSL connection between two invocations of
> the openssl command, I get a "no shared cipher" error. Since I can
> set up SSL connections to web servers, I suspect that the problem is
> with the openssl implementing the server side of the protocol.
.
> 2) Type the command: s_server -debug -nocert -accept 8008
When the -nocert option is given, only anonymous DH cipher suites can
be used. These are however by default disabled in OpenSSL and must
be switched on explicitely (see the -ciphers option to s_server and
s_client, man ciphers and man SSL_CTX_set_cipher_list).
Best regards,
Lutz
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]