Hi,
I have some problem when I try to connect
to a web site.
This web site uses Netscape-Enterprise web server
and SSL 2.0.
I uses SSLv23_client_method() function in my secure
proxy program.
I think there's some
problem with negotiatiation.
Below is an error message I
got.
"268:error:1407D071:SSL routines:SSL2_READ:bad mac
decode:.\ssl\s2_pkt.c:213:"
When I used SSLv2_client_method() function, everything was ok.
In my thought, there should not be any problem with
using SSLv23_client_method()
when connecting to web site using SSL
2.0.
But the truth is not like my thought. Surely the
web server or the web site might be wrong.
But, if the web site is clearly normal,
openssl has some bugs on that situation.
Why is this happening?
Is there any bug on SSLv23_client_method()
function?
|