Currently in TcpEventBusBridgeEventTest, it has SSLPeerUnverifiedException issue because the client trusts all SSL certificates so that no peerCerts in the SSLSession.
There are also other places need to be improved, like:
the keystore/truststore files will be expired on 2020-04-04, which need to be extended.
Logger was created in the method call, which should be better to be a static final class variable.
Context
Currently in TcpEventBusBridgeEventTest, it has
SSLPeerUnverifiedException
issue because the client trusts all SSL certificates so that no peerCerts in theSSLSession
.There are also other places need to be improved, like: