Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Request for Inclusion in 0.30

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Trending Articles