- All Implemented Interfaces:
- org.apache.hc.core5.ssl.TrustStrategy
@Contract(threading=STATELESS)
public class TrustAllStrategy
extends Object
implements org.apache.hc.core5.ssl.TrustStrategy
A trust strategy that accepts all certificates as trusted.
Security Warning
This trust strategy effectively disables trust verification of SSL / TLS,
and allows man-in-the-middle attacks. If possible avoid this trust strategy
and use more secure alternatives. For example, for self-signed certificates
prefer specifying a keystore containing the certificate chain when calling
the SSLContextBuilder
loadTrustMaterial
methods.
- Since:
- 4.5.4, 5.0