SSLContext.new => ctx
SSLContext.new(:TLSv1) => ctx
SSLContext.new("SSLv23_client") => ctx
SSLContext.new(:TLSv1) => ctx
SSLContext.new("SSLv23_client") => ctx
Class Public methods
You can get a list of valid methods with OpenSSL::SSL::SSLContext::METHODS
Please login to continue.