Search code examples
jmeterjmeter-pluginsjmeter-5.0

Getting this javax.net.ssl.SSLHandshakeException: No X509TrustManager implementation available error in Jmeter, when opening Plugin manager


I'm getting:

javax.net.ssl.SSLHandshakeException: No X509TrustManager implementation available

I have added a Jar file for plugin manager 1.7 to it, for checking to perform the plugin. Earlier it was working fine.


Solution

    1. Check system.properties file of your JMeter installation for any occurrences of the javax.net.ssl.trustStore* lines.
    2. Once you detect them - remove them completely as you broke JMeter's SSL configuration completely
    3. Once you remove them - restart JMeter to pick up the change

    More information: