Reputation: 1
My application is accessible via Safari browser but while I am recording it using JMeter, after the SSO authentication I am getting a 403 access denied.
It appears to be a certificate related issue, as while recording, the browser prompts that the certificate is not trusted and I hit continue.
The server is Apache Tomcat.
Ia m using JMeter 2.11 and while recording, I am using the HTTPS proxy which is generating the CA certificate in the bin directory.
I also tried installing the certificate in Firefox and tried that too but no luck.
Upvotes: 0
Views: 756
Reputation: 168002
Try the following recommendations from Recording HTTPS Traffic with JMeter's Proxy Server guide, to wit:
Upvotes: 0
Reputation: 29669
Here is the method I use to test SSL sites with Jmeter:
Upvotes: 0