Class TrustModifier
java.lang.Object
org.apache.fineract.template.service.TrustModifier
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidCall this with any HttpURLConnection, and it will modify the trust settings if it is an HTTPS connection.
-
Method Details
-
relaxHostChecking
public static void relaxHostChecking(HttpURLConnection conn) throws KeyManagementException, NoSuchAlgorithmException, KeyStoreException Call this with any HttpURLConnection, and it will modify the trust settings if it is an HTTPS connection.
-