Class TrustAllSSLSocketFactory

java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
org.apache.jmeter.protocol.smtp.sampler.protocol.TrustAllSSLSocketFactory

@Deprecated public class TrustAllSSLSocketFactory extends SSLSocketFactory
Deprecated.
Will be removed in next version, use TrustAllSSLSocketFactory
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 secure the SSL-connection.