You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
There should be a way to access the SSLParameters if the WebSocketClient is using wss and we are using our own SSLSocketFactory
Additional context
Apart from ciphers and protocols it is very useful to have access to the endpoint identification algorithm.
Therefore we should provide an API to access and change SSLParameters
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
There should be a way to access the
SSLParameters
if the WebSocketClient is using wss and we are using our own SSLSocketFactoryAdditional context
Apart from ciphers and protocols it is very useful to have access to the endpoint identification algorithm.
Therefore we should provide an API to access and change SSLParameters
The text was updated successfully, but these errors were encountered: