-
Notifications
You must be signed in to change notification settings - Fork 197
Description
When using MQTTX, there is a configuration called "SSL security," which, when turned off, allows ignoring certificate errors. May I ask if this can be configured in the JMeter plugin, or if there's an option similar to "Ignore SSL certificate errors" found in WS?
It has been confirmed that there is an issue with the CN in the certificate, which prevents successful validation and thus prevents connection establishment.
The error is as follows:
Caused by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching xxx.com found
Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching xxx.com found
Translated Screenshots
Screenshot 1 Translation:
SSL 安全: SSL Security
证书类型: Certificate Type
This issue was automatically translated from Chinese.