On Wed, Sep 20, 2000 at 05:45:52PM +0200, Nick De Roeck wrote:

> Anyway, I'll try the test-run as you suggested (SSL_set_cipher_list(ctx
> *,"RC4-SHA) I presume ;-)). also, some tests I did today seem to show that
> the error disapears when using SSLv2_server_method.

..._client_method, presumably?  We were discussing problems
when connecting to a server, so your program ought to be a client.
(You can also leave out the client/server part to get
something suitable for both clients and servers, e.g. SSLv23_method,
SSLv3_method etc.)

SSL 2.0 should be avoided whenever possible (the protocol has
weaknesses), so I would not recommended using SSLv2_method.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to