This is not connected to JMeter project by any means, the question should go to i.e. JMeter Plugins support forum <https://groups.google.com/g/jmeter-plugins>

The reason for the error is that JMeter (or better to say Java) cannot securely connect to the Plugins Manager repository <https://jmeter-plugins.org/wiki/PluginsManager/#Add-Your-Plugin-or-Repository>most probably you're behind a corporate proxy <https://en.wikipedia.org/wiki/Proxy_server>which uses some form of a MITM certificate so your employer can decrypt and inspect the HTTPS <https://developer.mozilla.org/en-US/docs/Glossary/https>traffic between your machine and web sites in the Internet.

The workaround would be adding the certificate to Java truststore <https://www.baeldung.com/java-keystore-truststore-difference>and pointing JMeter to use this truststore via javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword system properties <https://jmeter.apache.org/usermanual/get-started.html#configuring_jmeter>.


Also be aware that according to JMeter Best Practices you should always be using the latest version of JMeter <https://jmeter.apache.org/usermanual/best-practices.html#use_latest_version>so consider upgrading to JMeter 5.5 <https://www.blazemeter.com/blog/jmeter-5-5> (or whatever is the latest stable JMeter version which is available at JMeter Downloads <https://jmeter.apache.org/download_jmeter.cgi> page)


On 10/17/2022 10:24 AM, Anubhav Agarwal wrote:
Hi Team,

I am trying to installing JMeter Plugin Manager 1.7 in JMeter 5.4.1 while opening in JMeter, getting some SSLHandshakeException. Attaching the snap of error below.

Please assist asap.

Thanks,
Anubhav



---------------------------------------------------------------------
To unsubscribe, e-mail:[email protected]
For additional commands, e-mail:[email protected]

Reply via email to