8000 HTTP2 support + HTTPS Proxy · Issue #56 · XOR-op/BoltConn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
HTTP2 support + HTTPS Proxy #56
Open
@0x192

Description

@0x192

When using BoltConn without root, the proxy can only be accessed without encryption.

It would be great to allow support for HTTPS:

me@host~> curl -4IL --proxy http://127.0.0.1:9961 https://example.com
HTTP/1.1 200 OK

HTTP/2 200
me@host~> curl -4IL --proxy https://127.0.0.1:9961 --cacert ~/.local/share/boltconn/cert/crt.pem https://example.com
curl: (35) TLS connect error: error:0A0000C6:SSL routines::packet length too long

Also, would HTTP2 support be hard to implement?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0