Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/**
* This class can be used as a SocketFactory with SSL-connections.<p>
* Its purpose is to ensure that all certificates - no matter from which CA - are accepted to secure the SSL-connection.
* It is not secure
*/
public class TrustAllSSLSocketFactory extends SSLSocketFactory { // NOSONAR JMeter is a pentest and perf testing tool

Expand Down