In work we have currently Windows 7 environment Java 7 Update 25 and this runs SSLv1 & SLLv3 fine but when upgrading to Java 8 Update 165 the option to enable SSLv3 is not available in the control panel.

I know with research that SSLv3 is automatically disabled due to security.

I have removed SSLv3 from jdk.tls.disableAlgorithms in the java.security file & also added deployment.security.SSLv1=true and deployment.security.SSLv3=true to the deployment.properties file.

So from network traffic research the only protocol missing from Java 8 is SSL as Java 7 will have this in the network traffic and works fine.

What my question is in a windows client environment how to I enable SSLv1 in Java 8?

Also is this will help the error message we are getting is:

javax.net.ssl.sslexception received fatal alert unexpected_message