[Webkit-unassigned] [Bug 276990] New: [WPE][GTK] HTTP/2 over socks5 doesn't work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 24 02:36:57 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=276990
Bug ID: 276990
Summary: [WPE][GTK] HTTP/2 over socks5 doesn't work
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: max at schmitt.mx
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240724/3bcd22fa/attachment.htm>
More information about the webkit-unassigned
mailing list