[Haskell-cafe] Taking the TLS package for a spin ... and failing

Mads Lindstrøm mads.lindstroem at gmail.com
Mon Dec 13 20:13:56 CET 2010


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





More information about the Haskell-Cafe mailing list