eclipse-paho / eclipse-paho/paho.mqtt.java
MQTT: javax.net.ssl.SSLHandshakeException: No subjectAltNames on the certificate match
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
Please fill out the form below before submitting, thank you!
- [Yes] Bug exists Release Version 1.2.5 ( Master Branch)
I'm trying to connect with server via paho client (version which I'm using is org.eclipse.paho.client.mqttv3-1.2.5.jar)
When I try to connect I'm getting:
"MQTT: javax.net.ssl.SSLHandshakeException: No subjectAltNames on the certificate match"
But I didn't get this issue in org.eclipse.paho.client.mqttv3-1.2.0.jar
This below is the log from mosquitto
"sslv3 alert certificate unknown"
Which Openssl version is supported for this version?,Currently Im using **OpenSSL 1.1.1e 17 Mar 2020** for secure communication ,Will this creates Problem?
Contributor guide
Assessment
This issue has not been assessed yet.