Sure, but I really don't want to go down to the code and modify it! >From what I read, the protocol in JSSE is set with the setEnabledProtocols-Method for an SSLSocket. The parameters can be: SSLv2 SSL version 2 protocol SSLv3 SSL version 3 protocol TLSv1 TLS version 1 protocol (defined in RFC 2246) SSLv2Hello Enables the sending of SSLv2 hellos. For compatibility reasons, some protocols such as SSLv3 and TLSv1 allow sending SSLv3/TLSv1 hellos encapsulated in an SSLv2 format hello.
See also: http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/SSLSocket.html#setEnabledProtocols(java.lang.String[]) http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html#AppA Is there no defined way to configure the protocol in JMeter? A simple dropdown in the HTTP Request Defaults would be a good enhancement, I'd say.. sebb schrieb: > If it's an easy task in Java, presumably the same will work in JMeter. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

