You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2023/06/02 08:33:02 UTC

[Bug 66592] Support for HTTPS proxy in websocket client

https://bz.apache.org/bugzilla/show_bug.cgi?id=66592

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
HTTPS proxies don't work the way you appear to think they do.

Java's ProxyType.HTTP doesn't mean what you appear to think it means.

Tomcat's WebSocket implementation correctly implements proxying for both ws
(clear text / HTTP) and wss (TLS / HTTPS) connections.

If you require further advice on this topic, the Tomcat users list is the place
to ask:
https://tomcat.apache.org/lists.html#tomcat-users

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org