DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42506>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42506





------- Additional Comments From [EMAIL PROTECTED]  2007-05-31 02:19 -------
(In reply to comment #11)

> Oleg: I tried to use your patch. No luck, there's still a single SSL session 
> for
> all threads. Please correct me if I'm wrong, but it seems that a separate
> SSLSession object needs to be created for each thread. 

Anatoli,

I do not know of a way to create SSLSession objects with JSSE API. One can
either invalidate an existing SSL session or set a session timeout value in the
SSL session context, but cannot not initiate a new SSL session using JSSE API

I'm not sure what class
> is responsible for tracking SSLSession objects, there's very little I can find
> in the Java docs, but it's probably not the socket factory.

SSLSessionContext is probably what you are looking for.

Anyways, I clearly see different SSL session ids per execution thread on the
client side:

2007/05/31 11:05:41 INFO  - jmeter.threads.JMeterThread: Running PostProcessors
in forward order 
2007/05/31 11:05:41 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-1
started 
2007/05/31 11:05:41 INFO  - jmeter.util.JsseSSLManager: Using default SSL
protocol: TLS 
2007/05/31 11:05:41 INFO  - jmeter.util.SSLManager: JmeterKeyStore Location:
/home/oleg/.keystore 
2007/05/31 11:05:41 INFO  - jmeter.util.SSLManager: KeyStore created OK, Type: 
JKS 
2007/05/31 11:05:41 WARN  - jmeter.util.SSLManager: Keystore file not found,
loading empty keystore 
2007/05/31 11:05:42 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-2
started 
2007/05/31 11:05:42 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-3
started 
2007/05/31 11:05:43 INFO  - jmeter.util.HttpSSLProtocolSocketFactory: SSL
session id: 1B76A4E7198259C06AD11EB1892A9540C27C661DFC7226574020E96A12D92C60 
2007/05/31 11:05:43 INFO  - jmeter.util.HttpSSLProtocolSocketFactory: SSL
session id: AC1D816001BAB6FC94FBA0754514F13528FE7E20C7B203BBA372BC30248575A8 
2007/05/31 11:05:43 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-3
is done 
2007/05/31 11:05:43 INFO  - jmeter.engine.StandardJMeterEngine: Ending thread
Thread Group 1-3 
2007/05/31 11:05:43 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-2
is done 
2007/05/31 11:05:43 INFO  - jmeter.engine.StandardJMeterEngine: Ending thread
Thread Group 1-2 
2007/05/31 11:05:43 INFO  - jmeter.util.HttpSSLProtocolSocketFactory: SSL
session id: 0A7CE7BADA54C493980570B80AD804280E59C2FF5FFA7C88C71323594DEB75CD 
2007/05/31 11:05:44 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-1
is done 
2007/05/31 11:05:44 INFO  - jmeter.engine.StandardJMeterEngine: Ending thread
Thread Group 1-1 
2007/05/31 11:05:44 INFO  - jmeter.engine.StandardJMeterEngine: Stopping test 
2007/05/31 11:05:44 INFO  - jmeter.engine.StandardJMeterEngine: Notifying test
listeners of end of test 
2007/05/31 11:05:44 INFO  - jmeter.gui.util.JMeterMenuBar: 
setRunning(false,local) 
2007/05/31 11:05:44 INFO  - jmeter.engine.StandardJMeterEngine: Test has ended 

Oleg



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to