List of usage examples for org.apache.http.ssl TrustStrategy interface-usage
From source file com.github.parisoft.resty.request.ssl.BypassTrustStrategy.java
/**
* Implementation of {@link TrustStrategy} that ignores the certificate verification process.
*
* @author Andre Paris
* @see Client#bypassSSL(boolean)
*/