Hi Team,
End point of OTDS to get a token everytime a user hits a CS URL as here below is working fine with HTTP url.
http://localhost/otdsws/rest/authentication/credentials
{ username: , password: }
However once have enabled SSL to OTDS url and started using HTTPS for the same URL , the URL does'nt work and returning error . We have imported the cacerts to the java as well.
i.e.., We are getting the below error when we use the URL httpS://localhost/otdsws/rest/authentication/credentials
<error>javax.net.ssl.SSLException: Received fatal alert: protocol_version
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
Please advise if we are missing any thing in this case ? Please note that HTTPS is working fine for the OTDS login URL and OTDS integration testing with HTTPS is working fine when tested from OTCS admin pages.
Regards,
Vishnu