[Bug 66592] Support for HTTPS proxy in websocket client

2023-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 --- Comment #7 from radhika.j...@veritas.com --- Hi Mark, Any update on this? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-ma

[Bug 66592] Support for HTTPS proxy in websocket client

2023-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 --- Comment #6 from radhika.j...@veritas.com --- I followed: https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/samples/sockets/client/SSLSocketClientWithTunneling.java for Proxy tunneling -- You are receiving this mail b

[Bug 66592] Support for HTTPS proxy in websocket client

2023-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 --- Comment #5 from radhika.j...@veritas.com --- = if (proxyConnect != null) { fConnect.get(timeout, TimeUnit.MILLISECONDS); // Proxy CONNECT is secure text if(securePr

[Bug 66592] Support for HTTPS proxy in websocket client

2023-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 --- Comment #4 from radhika.j...@veritas.com --- Hi Mark, Thanks for your response. Here is some of my understanding and thoughts. What is the use case for using proxying over TLS vs just using a direct TLS connection? >> So some of our Custo

[Bug 66592] Support for HTTPS proxy in websocket client

2023-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 --- Comment #3 from Mark Thomas --- Java's Proxy configuration classes (mainly ProxyType, ProxySelector) don't support proxies that use TLS between the client and the proxy. Tomcat's proxy support for WebSocket opted to leverage Java's built-i

[Bug 66592] Support for HTTPS proxy in websocket client

2023-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 radhika.j...@veritas.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

[Bug 66592] Support for HTTPS proxy in websocket client

2023-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 66592] Support for HTTPS proxy in websocket client

2023-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66592 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this m