Example usage for org.apache.http.ssl TrustStrategy interface-usage

List of usage examples for org.apache.http.ssl TrustStrategy interface-usage

Introduction

In this page you can find the example usage for org.apache.http.ssl TrustStrategy interface-usage.

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)
 */