Class EasyX509TrustManager

  • All Implemented Interfaces:
    TrustManager, X509TrustManager

    public class EasyX509TrustManager
    extends Object
    implements X509TrustManager

    EasyX509TrustManager unlike default X509TrustManager accepts self-signed certificates.

    This trust manager SHOULD NOT be used for productive systems due to security reasons, unless it is a concious decision and you are perfectly aware of security implications of accepting self-signed certificates

    Author:
    Adrian Sutton, Oleg Kalnichevski

    DISCLAIMER: HttpClient developers DO NOT actively support this component. The component is provided as a reference material, which may be inappropriate for use without additional customization.