rosahaj / tlsproxy

HTTP proxy with per-request uTLS fingerprint mimicry and upstream proxy tunneling. Currently WIP.
MIT License
17 stars 4 forks source link

HTTP/2 support? #4

Open iHaPBoy opened 4 months ago

iHaPBoy commented 4 months ago

tlsproxy currently requests for HTTP/2 are downgraded to HTTP/1.1, is HTTP/2 supported?

curl -v -k --cacert cert.pem --proxy http://localhost:8080 https://tls.peet.ws/api/all --http2
image