Hello, I am trying to access the URL https://hosted.datascopeapi.reuters.com/RestApi/v1/Authentication/RequestToken from Java application. The JDK version used was 1.8. It fails with the exception javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake. I have tried pointing https.protocol to TLSv1 but it didnt work. Any help on this issue will be much appreciated?