I am trying to use Jmeter to test my website. I used Jmeter 2.9 and Firefox, and it worked fine. However, some parts of the website must be tested using Chrome, so I switched. For some reason, Jmeter 2.9 does not record interactions with the site of my company, so I decided to switch to 2.11.
I created a test protocol HTTP (S) Script and changed the settings of the Chrome proxy server to match it. When I tried to start the proxy, I got this error:
Could not create script recording proxy-see log for details: Command:'keytool -genkeypair -alias: root_ca: -dname "CN=_DO_NOT_INSTALL unless this is your certificate (JMeter root CA), OU=Username: <MY_USERNAME>, C=US" -keyalg RSA -keystore proxyserer.jks -storepass {redacted) -keypass {redacted) -validity 7 -ext bc:c' failed, code:1
Illegal option: -ext
Try keytool -help
I tried googling Illegal option: -extand nothing worked. I typed keytool -helpon the command line (I'm on Ubuntu) and didn't get anything useful.
I could use any help you received.
source
share