Description
Note: this is a followup of AMQ-7301.
In ActiveMQ 5.15.12, invalid certificate warnings look like this:
2020-03-18 09:39:43,977 [ActiveMQ BrokerService[foo.acme.com] Task-23] WARN TransportConnector - Could not accept connection from null: javax.net.ssl.SSLHandshakeException: General SSLEngine problem (unable to find valid certification path to requested target)
This does not to find the culprit client. ActiveMQ should (also) log the client IP address (and port), like it is done for instance in case of invalid credentials.
Attachments
Issue Links
- relates to
-
AMQ-7301 Expired certificates trigger a full stack trace
- Resolved