by Avik Ghosh posted on 2005/04/25 |
|
Hello,
I have an application that makes a secure connection (using the Mentalis library) to a server.
This application works correctly when the server runs openssl version 0.9.6.
I recently upgraded the server to version openssl 0.9.7e.
Now the server rejects connections with a protocol error (SSL_ERROR_SSL).
All certifcates and other parameters remain the same. (The client and the server authenticate each other).
Other clients (using java or openssl) work correctly against the new server.
I am using the latest Mentalis library, version 1.0.13.711.
Could anybody give me any pointers to wha t I could be doing wrong ?
Thanks,
Avik. |