Class TrustAllSSLSocketFactory

java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
org.apache.jmeter.util.TrustAllSSLSocketFactory

public class TrustAllSSLSocketFactory extends SSLSocketFactory
This class can be used as a SocketFactory with SSL-connections.

Its purpose is to ensure that all certificates - no matter from which CA - are accepted to enable the SSL-connection.

This is of course not secure