Hi
I've read that from java 8, TLSv1.2 is the default protocol (https://blogs.oracle.com/java-platform-group/jdk-8-will-use-tls-12-as-default )
However, one of our clients have reported that we are still using TLSv1.0 with office365, which I don't understand. I have searched and found references to disabling the 1.0 and 1.1 protocols, but the files it refers to (deployment.properties) doesn't exist in the JRE.
Is there somewhere specific I should be looking?
thanks