Just had another look at the SSL JMeter code, and the  JsseSSLManager
class creates the context using:

SSLContext.getInstance("TLS");

A simple (but not very versatille) way to implement other algorithms
would be to use a property, with a default of "TLS".

If I generate a new nightly with that as an option, would you be able
to test it and see it it works for you?

A more versatile solution could be worked out later.

S///
On 17/03/07, Steffen Oehme <[EMAIL PROTECTED]> wrote:
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to