You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Sen, Kakoli" <Ka...@ps.net> on 2006/08/03 10:49:23 UTC

HTTPS request through proxy server

Hi all,
    Using JMeter 2.2, jdk1.5.0_03.
Could run HTTPS requests through my company's proxy server even though the manual says about a Java bug.
But when I run the test for the first time a JDK dialog box pops up asking to enter keystore password.
I enter 'changeit'. The console gives error:
jmeter.util.SSLManager: Couldn't load keystore java.
lang.Exception: No key found at org.apache.jmeter.util.keystore.DefaultKeyStore.load(DefaultKeyStore.java:68)
But the test runs sucessfully.
Can anyone explain what is happening?
I am running https request by only uncommenting values in jmeter.properties
ssl.provider=com.sun.net.ssl.internal.ssl.Provider
ssl.pkgs=com.sun.net.ssl.internal.www.protocol

 Also, is there any documentation on samplers:
# AJP/1.3 Sampler
# HTTP Request HTTPClient
Any pointer to doc. would be appreciated.

Thanks in advance,
Kakoli


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: HTTPS request through proxy server

Posted by sebb <se...@gmail.com>.
I noticed that too. I'm  not sure what the "key" is that it is looking
for, but if the test works anyway, I suggest you ignore it.

Or you could file a Bugzilla issue.

On 03/08/06, Sen, Kakoli <Ka...@ps.net> wrote:
> Hi all,
>    Using JMeter 2.2, jdk1.5.0_03.
> Could run HTTPS requests through my company's proxy server even though the manual says about a Java bug.
> But when I run the test for the first time a JDK dialog box pops up asking to enter keystore password.
> I enter 'changeit'. The console gives error:
> jmeter.util.SSLManager: Couldn't load keystore java.
> lang.Exception: No key found at org.apache.jmeter.util.keystore.DefaultKeyStore.load(DefaultKeyStore.java:68)
> But the test runs sucessfully.
> Can anyone explain what is happening?
> I am running https request by only uncommenting values in jmeter.properties
> ssl.provider=com.sun.net.ssl.internal.ssl.Provider
> ssl.pkgs=com.sun.net.ssl.internal.www.protocol
>
>  Also, is there any documentation on samplers:
> # AJP/1.3 Sampler
> # HTTP Request HTTPClient
> Any pointer to doc. would be appreciated.
>
> Thanks in advance,
> Kakoli
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org