Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid_proxy_transport - returned with https proxy requesting https host #705

Open
canuc opened this issue May 10, 2022 · 7 comments
Open
Assignees

Comments

@canuc
Copy link

canuc commented May 10, 2022

Noticed that if the proxy transport is https and the end transport is https -> the request will return invalid_proxy_transport. This seems like https proxies are not supported or am I missing something?

@benoitc benoitc self-assigned this May 10, 2022
@benoitc
Copy link
Owner

benoitc commented Aug 4, 2022

@canuc pleas eprovide more detail, any snippet I could look at ?

@benoitc
Copy link
Owner

benoitc commented Apr 24, 2023 via email

Repository owner deleted a comment from jbernardo95 Apr 24, 2023
@jbernardo95
Copy link

The client rejects any requests where both the proxy scheme and the end request scheme are https.

See here:

{hackney_ssl, hackney_ssl} -> {error, invalid_proxy_transport};

@jbernardo95
Copy link

@benoitc Why was my previous comment deleted? Did it not follow the community guidelines? I'm sorry if that was the case.

@benoitc
Copy link
Owner

benoitc commented Apr 24, 2023 via email

@jbernardo95
Copy link

As far as I'm aware there isn't a specification for it, it's a variation of the classic HTTP proxying where the connection between the client and the proxy is over TLS instead.

@benoitc
Copy link
Owner

benoitc commented Apr 24, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants