certificate - Jmeter proxy server error "Illegal option: -ext" -
I am trying to use JMTor to test my company's website. I was using JMeter 2.9 and Firefox, and it was working fine. However, some parts of the website should be tested with chrome, so I switched for some reason, JMeter 2.9 does not record interaction with my company's website, so I decided to upgrade to 2.11.
I created an HTTP (S) test script recorder and changed the proxy settings of Chrome to fit. When I tried to start the proxy server, I encountered this error:
Login to the recording proxy details The script could not be created: Command: 'Keytool -genkeypair -alias: root_ca: -dname "CN = _DO_NOT_INSTALL As long as your certificate (JMeter root CA), OU = username is: & lt; MY_USERNAME & gt ;, C = America" -keyalg RSA -keystore proxyserer.jks -storepass {modified} -keypass {Revised} -validity 7 -ext BC: C failed, code: 1 invalid option: -text keytool -help
I keytool -help
in a command line (I am on Ubuntu) and what seemed to be helpful was not found back.
I can get any help from you.
I was justified in this error while starting a recorder and generating a certificate. The problem may be that JMeter was using a Java 6 Keytool Java 7 instead of I was using it by editing the startup script (jmeter.sh) and adding a Java 7 installation path to the beginning of the path.
Comments
Post a Comment