¡@

Home 

java Programming Glossary: sslv2

Why does Java's SSLSocket send a version 2 client hello?

http://stackoverflow.com/questions/4682957/why-does-javas-sslsocket-send-a-version-2-client-hello

SSLSocket.getEnabledProtocols method returns the following SSLv2Hello SSLv3 TLSv1 . And indeed when I call connect and I have.. is used main WRITE TLSv1 Handshake length 81 main WRITE SSLv2 client hello message length 110 But I have found two admittedly.. support SSL version 2 From Fundamental Networking in Java 'SSLv2Hello' is a pseudo protocol which allows Java to initiate the..