
13 Dec
2010
13 Dec
'10
7:13 p.m.
Hi Vincent, On Mon, 2010-12-13 at 08:51 +0000, Vincent Hanquez wrote:
that doesn't buy much since nobody should connect to a pure SSLv2 server.
For the openssl cmdline, you can add a simple -ssl3 flag or -tls1 flag to start negociating at the right version straight away.
Yes, that worked :)
[snip] main, WRITE: SSLv2 client hello message, length = 101 [snip]
This lines appears suspicious; I think that's exactly the same problem. I suppose there's a way to instanciate your java SSL connection to SSL3 or TLS1
I have tried a little, and it is not easy at least. But I will try some more. Thank you for answering, Mads