Package org.hl7.fhir.utilities.npm
Class SSLCertTruster
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.SSLCertTruster
-
public class SSLCertTruster extends Object
This is a _temporary_ fix to get around the fact that the build server's SSL certs have expired and people cannot publish IGs or run tests that rely on that box. The intention is to overhaul much of the current networking code to a more central, unified, HttpClient module.If this is still in the code in 2021, contact markiantorno on github and yell at him.
-
-
Field Summary
Fields Modifier and Type Field Description static HostnameVerifier
DO_NOT_VERIFY
-
Constructor Summary
Constructors Constructor Description SSLCertTruster()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
trustAllHosts()
Trust every server - don't check for any certificate
-
-
-
Field Detail
-
DO_NOT_VERIFY
public static final HostnameVerifier DO_NOT_VERIFY
-
-
Constructor Detail
-
SSLCertTruster
public SSLCertTruster()
-
-
Method Detail
-
trustAllHosts
public static void trustAllHosts()
Trust every server - don't check for any certificate
-
-