Hi Community, I am trying to use private certificate to authenticate my HTTPS requests.
1. I've exported my certificate from windows MMC certificates manager to PFX file, renamed it to p12. 2. Opened my jmeter scripts - changed relevant http samplers to use the Java implementation. 3. Loaded the p12 file with SSL manager. 4. It works! I have few questions about it: 1. Is it documented that only Java implementation works? or am I missing something (as HC3.1 and 4 don't use the certificate I load in SSL Manager). 2. How can I use this certificate in non gui mode? as it asks for the pass phrase of the p12 file. 3. How can I use multiple certificates? as I wanna simulate different users using the system. Best Regards, Shmuel.
