Changes for page Web Services-How to Trust Any SSL Certificate
Last modified by Pascal Robert on 2007/09/03 19:33
From version 5.1
edited by Pascal Robert
on 2007/09/03 19:33
on 2007/09/03 19:33
Change comment:
There is no comment for this version
To version 6.1
edited by Pascal Robert
on 2007/09/03 19:33
on 2007/09/03 19:33
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Web Services - Content
-
... ... @@ -20,7 +20,7 @@ 20 20 * {{code language="none"}}SSLUtilities.trustAllHostnames(){{/code}} to turn off the default hostname verification on HTTPS connection; 21 21 * {{code language="none"}}SSLUtilities.trustAllHttpsCertificates(){{/code}} to turn off the default certificate validation on HTTPS connection. 22 22 23 -{{code title="SSLUtilities.java" 0="java"}}23 +{{code 0="java" title="SSLUtilities.java"}} 24 24 25 25 import java.security.GeneralSecurityException; 26 26 import java.security.SecureRandom;