mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 18:49:14 +00:00
8799fe807e
When using the OpenSSL provider on the broker the getPeerCertificates() method does *not* return a X509Certificate[] so we need to convert the Certificate[] that is returned. This code is inspired by Tomcat's org.apache.tomcat.util.net.jsse.JSSESupport class.