Hi all,

Hopefully this is the right forum to raise this.
It's my first Apache bug report/discussion so bare with me a little bit.

I have been attempting to get JMeter (version 1.8 JDK 1.4.0) to do
distributed HTTPS requests.
The problem I came across is related to the fact that the SSLManger is only
initialized when JMeter is started in GUI Mode.

As far as I can tell the SSLManager.isSSLSupported() line inside
JMeterMenuBar.java gets the static{} initializer intside SSLManger to run.
However when you run in server mode JMeterMenuBar never gets built - and so
SSLManager never has the code inside its static initializer run. 

I fixed this in my test build by adding a call to
SSLManager.isSSLSupported() just above startServer() (only called for server
mode) inside JMeter.java.

It probably doesn't matter much that it was a .isSSLSupported() call. I just
used it because that was what was working in JMeterMenuBar.

If people agree with this bug I can raise it in Bugzilla - if that is the
process by which these things get fixed?

Comments/thoughts/suggestions welcome.

Michael Yates
Software Engineer
Australia (Wollongong) R&D
[EMAIL PROTECTED]
ESN 639-7547 Direct +61 2 42547547

Reply via email to