Changes for page Web Services-How to Trust Any SSL Certificate
Last modified by Pascal Robert on 2007/09/03 19:33
From version 6.2
edited by Pascal Robert
on 2007/09/03 19:33
on 2007/09/03 19:33
Change comment:
Changed document parent to [xwiki:documentation.Home.Development Architecture.Web Services.WebHome].
To 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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -documentation.Home.Development Architecture.Web Services.WebHome - 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 0="java"title="SSLUtilities.java"}}23 +{{code title="SSLUtilities.java" 0="java"}} 24 24 25 25 import java.security.GeneralSecurityException; 26 26 import java.security.SecureRandom;