Re: WsWebsocketContainer - SSLContext with custom TrastManager

2013-11-08 Thread Mark Thomas
On 08/11/2013 09:47, Marek Jagielski wrote: > Hi, > Is it possible somehow to insert custom trustmanagers into SSLContext. I > see that in the code of WsWebsocketContainer in private SSLEngine > createSSLEngine(Map userProperties) > thet now it depends of default implementation. > Is the only way

WsWebsocketContainer - SSLContext with custom TrastManager

2013-11-08 Thread Marek Jagielski
Hi, Is it possible somehow to insert custom trustmanagers into SSLContext. I see that in the code of WsWebsocketContainer in private SSLEngine createSSLEngine(Map userProperties) thet now it depends of default implementation. Is the only way is to change default algorithm of the TrustManagerFactor