Hi Justin,
another small one:
https://issues.apache.org/jira/browse/QPID-6031 : If attempting to connect
over SSL to a server whose certificate is not trusted, ensure a meaningful
error message is generated.
https://svn.apache.org/r1621767
It's a one line change with no impact other than to the JMS AMQP 1.0 client
when it is attempting to connect over SSL. By forcing an explicit request
to start the SSL handshake, the connection is closed with
javax.jms.JMSException: javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target"
rather than
java.net.SocketException: Socket Closed
at
java.net.AbstractPlainSocketImpl.setOption(AbstractPlainSocketImpl.java:206)
The issue was discovered by a user.
- Rob
another small one:
https://issues.apache.org/jira/browse/QPID-6031 : If attempting to connect
over SSL to a server whose certificate is not trusted, ensure a meaningful
error message is generated.
https://svn.apache.org/r1621767
It's a one line change with no impact other than to the JMS AMQP 1.0 client
when it is attempting to connect over SSL. By forcing an explicit request
to start the SSL handshake, the connection is closed with
javax.jms.JMSException: javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target"
rather than
java.net.SocketException: Socket Closed
at
java.net.AbstractPlainSocketImpl.setOption(AbstractPlainSocketImpl.java:206)
The issue was discovered by a user.
- Rob