On 13/04/18 17:44, Joseph Mokos wrote:
> I'm writing a websocket client using the Tomcat JSR356 compliant websocket 
> library.  My client must connect through a proxy that requires 
> authentication.  I've successfully connected through the proxy without 
> authentication using  the JDK ProxySelector.  But I can't figure out how to 
> configure proxy authentication.  I have checked the connectToServer code in 
> WsWebSocketContainer.java and it appears that proxy authentication is not 
> supported.  Can someone confirm whether proxy authentication is or is not 
> supported by the library?

Looking at the code, I can confirm that proxy authentication is not
supported.

Adding proxy authentication support looks fairly simple.
The biggest question looks to be be what API to use to specify the
credentials.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to