Package org.yamcs.security
Class HttpsUrlConnectionUtils
java.lang.Object
org.yamcs.security.HttpsUrlConnectionUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Disables SSL and hostname verification for the providedHttpsURLConnection
-
Constructor Details
-
HttpsUrlConnectionUtils
public HttpsUrlConnectionUtils()
-
-
Method Details
-
makeInsecure
public static void makeInsecure(HttpsURLConnection conn) throws NoSuchAlgorithmException, KeyManagementException Disables SSL and hostname verification for the providedHttpsURLConnection
-