Reputation: 1407
I have a login web-service (SOAP-based) which is based on https protocol.
While trying to run the test through jmeter, the error code 302 is coming. It's due to a certificate issue as observed when I hit the same web-service through browser.
How to handle that certificate via jmeter?
Upvotes: 1
Views: 8033
Reputation: 579
First off, I'd like to thank the person who suggested to use JMeter proxy server to resolve the 302 error. It worked for me. Just a few suggestions and gotchas to follow and watch out for:
========================================================================
Hope this helps.
Upvotes: 1
Reputation: 366
Try recording the request using jmeter proxy server and retry the same
Upvotes: 0