Shih-Chen Chiang wrote:
I had run into similar problem and found out that I got

jmeter.util.SSLManager: Couldn't load keystore java.lang.Exception: No
key found

because SSLManager is looking for a private key.  I end up connecting to
the https url without doig anything with SSLManager.
(Note, I'm not the original author, just a person with a similar problem. I tried that but kept getting 403 Bad Request as the response code, indicating that the requests were sent as http not as https.

Then I tried Adding HTTP Request Defaults and and added https as the protocol there. No help.

Then I finally noticed that each request also has a field for the protocol and added s after the http ( -> https ). That did the trick.

Sometimes the simplest things take time to notice. :) Usability feedback for the developers: renaming HTTP Request elements into HTTP/HTTPS Requests would help people notice that these things _can_ be used for https as well.

--
Lynoure Braakman
(Who is, yes, sometimes a bit blind)

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

Reply via email to