Re: Jmeter on AIX

2006-07-18 Thread prakash abraham
Hi , Thanks for the replies..https is working perfectly fine with windowsXP on j2se 1.4,but in AIX with j2se 1.4 throws error jmeter.util.JsseSSLManager: Exception occurred java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bt configured for SSLContext not a SSLContext at com.sun.net.ssl.S

RE: Jmeter on AIX

2006-07-18 Thread Willingham Geoff
X.509 is the standard that governs the Security Certificate used for HTTPS. I don't know for sure, but I would guess that you don't have the requisite security packages installed. (and that your running on an older version of the Sun JVM - check with 'java -version' if you're not sure). There ar

Re: Jmeter on AIX

2006-07-17 Thread Peter Lin
you'll probably need to write some code to plugin your own jsse manager unfortunately, the docs on how to do that is totally lacking peter On 7/17/06, prakash abraham <[EMAIL PROTECTED]> wrote: Hi all, Im trying to Load test an application running on https in AIX UNIX. But it seems like the