You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by alanprot <gi...@git.apache.org> on 2018/09/20 02:56:06 UTC

[GitHub] activemq pull request #301: AMQ-7056 - Fix AMQ3625Test and JaasNetworkTest T...

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 <al...@...>
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)

----


---

[GitHub] activemq pull request #301: AMQ-7056 - Fix AMQ3625Test and JaasNetworkTest T...

Posted by alanprot <gi...@git.apache.org>.
Github user alanprot closed the pull request at:

    https://github.com/apache/activemq/pull/301


---