Hi, Is it possible somehow to insert custom trustmanagers into SSLContext. I see that in the code of WsWebsocketContainer in private SSLEngine createSSLEngine(Map<String,Object> userProperties) thet now it depends of default implementation. Is the only way is to change default algorithm of the TrustManagerFactory ?
Marek