Reputation: 21
I was getting error of SSL certification with Jmeter 2.9, after trying many options, I have installed Jmeter 2.10 but in jmeter and I am getting proxyserver.jks file error.
After setting property in Jmeter.properties file I got message 'Proxy up and running!'
But when I hit google site in mozilla it is giving error in Jmeter for 'Exception when processing sample java.io.IOException: Unable to negotiate SSL transaction, no keystore?'
And even google site gives error 'Secure Connection Failed'
Please help me with this error
Thanks, Bhavana
Upvotes: 2
Views: 8170
Reputation: 34516
Since JMeter 2.10, recording has been improved to better handle embedded resources and creation of certificates on the fly. This make recording complex HTTPS websites much easier.
To add these features, JMeter now uses keytool utility (available in JDK) so you need to ensure your configuration is correct, read this wiki page before starting:
Note it is much better to use a JDK7.
Also ensure you read:
And see:
Upvotes: 1