RESOLVED FIXED276990
[WPE][GTK][SOUP] HTTP/2 over socks5 doesn't work
https://bugs.webkit.org/show_bug.cgi?id=276990
Summary [WPE][GTK][SOUP] HTTP/2 over socks5 doesn't work
Max Schmitt
Reported 2024-07-24 02:36:57 PDT
Repro steps: ``` git clone https://github.com/mxschmitt/http2-over-socks-proxy-repro cd http2-over-socks-proxy-repro npm ci node test.js http_proxy=socks5://127.0.0.1:1080 epiphany-browser ``` Navigate to https://127.0.0.1:1081 Expected: Works Actual: Peer sent fatal TLS alert: No supported application protocol could be negotiated The same works e.g. Chromium
Attachments
Max Schmitt
Comment 1 2024-07-25 14:16:27 PDT
Max Schmitt
Comment 2 2024-09-10 03:57:30 PDT
Note You need to log in before you can comment on or make changes to this bug.