Signals fatal error in initialization of AuthSSLProtocolSocketFactory .
AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS server against a list of trusted certificates and to authenticate to the HTTPS server using a private key.
AuthSSLX509TrustManager can be used to extend the default X509TrustManager with additional trust decisions.
EasySSLProtocolSocketFactory can be used to creats SSL Socket s that accept self-signed certificates.
EasyX509TrustManager unlike default X509TrustManager accepts self-signed certificates.
Uses some code from EasySSLProtocolSocketFactory.java
Wraps a SSLSocketFactory with a SecureProtocolSocketFactory.
This was designed to make HttpClient work in situations where an application is being deployed by Java Web Start.
SecureProtocolSocketFactory