Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.6.0, 5.7.0
-
None
-
None
Description
If using protocol nio+ssl, the ConnectionInfo transportContext property does not contains peer certificates (which are present in the plain tcp ssl transport).
The problem is that in the NIO transport, calling sslSession.getPeerCertificates() returns null.