Hi, I can't get SSL working with JMeter 1.9 and JDK 1.3.X. It works fine with JDK 1.4.X but I've got this error under JDK 1.3.X: java.net.MalformedURLException: unknown protocol: https.
I've followed the docs by putting JSSE jar in jmeter lib (jsse.jar,jnet.jar,jcert.jar) and set ssl.provider to com.sun.net.ssl.internal.ssl.Provider in jmeter.properties. While searching the 1.9 source for 'ssl.provider' I only find a reference to it in SSLManager.java but it's commented source code. Any idea to get 1.9 with SSL work under JDK 1.3.X ? PS.: I know it's work under JDK 1.4.X but the target server can't be easily upgraded to this JDK. Thanks -fa- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

