GitHub user alanprot opened a pull request:
https://github.com/apache/activemq/pull/301
AMQ-7056 - Fix AMQ3625Test and JaasNetworkTest Tests
Those tests were faling due:
Caused by: javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: No name matching {HOST} found
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1959)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alanprot/activemq master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/301.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #301
----
commit 67bfa894921e3ac471a5e4739707c3505b851576
Author: Alan Protasio <alanprot@...>
Date: 2018-09-19T18:41:33Z
AMQ-7056 - Fix AMQ3625Test and JaasNetworkTest Tests
Those tests were faling due:
Caused by: javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: No name matching {HOST} found
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1959)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
----
---