Class TrustAllStrategy

java.lang.Object
org.apache.http.conn.ssl.TrustAllStrategy
All Implemented Interfaces:
TrustStrategy, org.apache.http.ssl.TrustStrategy

public class TrustAllStrategy extends Object implements TrustStrategy
A trust strategy that accepts all certificates as trusted. Verification of all other certificates is done by the trust manager configured in the SSL context.
Since:
4.5.4