> > Writeln(http.Sock.SSL.LibVersion) gives here 'OpenSSL 0.9.8k 25 Mar > > 2009'. > Thanks, I didn't know that there is a sock.ssl property > > With http.Sock.SSL.SSLType:=LT_SSLv3; it works... > > Benito >
Installed 1.0.1 and it failed also with a timeout. Something has changed in openssl's initial handshake because the ssl/tls protocol detection doesn't work anymore for this server. The openssl client program can also be used to test https connections and the command 'openssl s_client -connect sourceforge.net:443' fails with a timeout on version 1.0.1 while it works correctly with 0.9.8k and 0.9.8r. Openssl 1.0.1 also requires forcing ssl3 to get it working 'openssl s_client -ssl3 -connect sourceforge.net:443'. Ludo ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
