org.apache.commons.httpclient.contrib.ssl.StrictSSLProtocolSocketFactory A <code>SecureProtocolSocketFactory</code> that uses JSSE to create SSL sockets. It will also support host name verification to help preventing man-in-the-middle attacks. Host name verification is turned <b>on</b> by default but one will be able to turn it off, which migh ...
org.jboss.security.ssl.DomainSocketFactory An implementation of SocketFactory that creates SSL sockets using the JSSE SSLContext and a JBossSX SecurityDomain for the KeyManagerFactory and TrustManagerFactory objects. @see javax.net.ssl.SSLContext @see org.jboss.security.SecurityDomain @author Scott.Stark@jboss.org @author <a HREF="ma ...
org.archive.crawler.fetcher.HeritrixSSLProtocolSocketFactory Implementation of the commons-httpclient SSLProtocolSocketFactory so we can return SSLSockets whose trust manager is {@link org.archive.httpclient.ConfigurableX509TrustManager}. We also go to the heritrix cache to get IPs to use making connection. To this, we have dependency on {@link HeritrixPro ...