https://bz.apache.org/bugzilla/show_bug.cgi?id=62114
Bug ID: 62114
Summary: HTTP(S) Test Script Recorder : Client certificate
authentication only works with Java implementation
Product: JMeter
Version: 2.13
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Reproducing:
- Clone
https://github.com/hokein/electron-sample-apps/tree/master/client-certificate
- Run ssl/setup.sh
- Run node server.js
- Input the client.p12 into firefox "Your certificate"
- Hit https://localhost:5000 , you are asked for a certificate and then have
approved page
Now to test with JMeter:
- Setup -Djavax.net.ssl.keyStore=<path to client.p12>
-Djavax.net.ssl.keyStorePassword=password
- Clear your FF history
- Use Recording Template
- Start it
- Add JMeter ROOT CA in FF
- Hit https://localhost:5000, you immediately get "denied"
Switch implementation for Java and restart:
- Clear your FF history
- You get approved
--
You are receiving this mail because:
You are the assignee for the bug.