|
Gentlemen,
While testing OpenSSL functionality with a client
and server app I wrote,
I encountered the
following issue:
If the server code is using the SSL_METHOD
SSLv3_server_method and the client
is using TLSv1_client_method, the server fails
to negotiate connection. This does
not happen when the server uses
SSLv23_server_method.
The .pod documentation states that
SSLv3_server_method should successfully
negotiate this connection but I cannot get this to
work.
I'm testing this on WinNT v4.0 service pack 5,
using OpenSSL v0.9.6.
Is anyone else aware of this problem?
|
- Re: TLSv1/SSLv3 error Rob Neff
- Re: TLSv1/SSLv3 error Lutz Jaenicke
