Hi,

I'm struggling with using a script that accesses an SSL-encrypted Website.
When I run the script from the GUI, I'm prompted for a key store password.
Anything will work as a password, and then the test works fine.  If I try to
run the script from non-gui mode, though, it doesn't prompt for a password
and it doesn't work.  Can I access an SSL-encrypted site without having to
enter a keystore password, or is there some way to turn this off or somehow
accomodate it from the command line?  I'm not using client-side certs, so
why would jmeter even care about the key store?

Here are the two log entries.  The first is from the GUI, the second when I
tried to execute it as non-GUI.

<?xml version="1.0" encoding="UTF-8"?>
<testResults>
<sampleResult timeStamp="1046287800101" dataType="text" threadName="Thread
Group-1" label="/epb/public/ProcessPreLogin" time="8331"
responseMessage="OK" responseCode="200" success="true"/>
<sampleResult timeStamp="1046287809966" dataType="text" threadName="Thread
Group-1" label="/epb/public/ProcessLogout" time="9865"
responseMessage="Found" responseCode="302" success="true"/>
<sampleResult timeStamp="1046286364327" dataType="text" threadName="Thread
Group-1" label="/epb/public/ProcessPreLogin" time="6760"
responseMessage="Non HTTP response message" responseCode="Non HTTP response
code" success="false"/>
<sampleResult timeStamp="1046286369334" dataType="text" threadName="Thread
Group-1" label="/epb/public/ProcessLogout" time="4997" responseMessage="Non
HTTP response message" responseCode="Non HTTP response code"
success="false"/>
</testResults>
Thanks,
Clinton

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

Reply via email to