I am using a java client application which runs on jdk 1.6_45.
When the client initiates an HTTPS connection, it sends an SSLv2Hello
message even though I have configured -Dhttps.protocols=tlsv1
in java command line options.
My question is how do I disable the SSLv2Hello
message (sending from client as part of handshake) from java command line options?