How to initiate a TLSv1.2 request from jre6 using JAVA. The URL that I am using is of TLSv1.2 but my application uses only jre6. If a request is sent from jre6 we get NoSuchAlgorithmFound exception and how to solve this. Can any one please help how to initiate a TLSv1.2 request in JAVA so that no such exceptions arises.
Asked
Active
Viewed 139 times
0
-
Have tried the same code we got NoSuchAlgorithmFound Exception. If the code is correct kindly request you to be specific about both jars as well as Java Code – Chetan L May 31 '17 at 15:23
-
Kindly provide full code snippet – Chetan L Jun 02 '17 at 04:16
-
If possible kindly provide the complete code Snippet. – Chetan L Jun 05 '17 at 09:27