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

HTTPS proxy support #3040

Closed
wants to merge 3 commits into from
Closed

Conversation

Jokser
Copy link

@Jokser Jokser commented Jun 19, 2020

#3035
Added possibility to connect to HTTPS proxy.
Not all proxies support CONNECT request, so it's possible to send a request directly to HTTPS proxy without CONNECT request. This behavior is controlled by the proxy tunnel option which is 'true' by default for backward-compatibility.
In the case of HTTP endpoint and HTTP proxy, there is no tunneling despite the tunnel option is true by default. This was done also for backward-compatibility.

@Jokser Jokser changed the base branch from master to devel June 19, 2020 12:44
Copy link

@Akazz Akazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@obiltschnig Could you please find a moment to check the changes?

@obiltschnig obiltschnig self-assigned this Jul 9, 2020
@obiltschnig obiltschnig added this to the Release 1.11.0 milestone Jul 9, 2020
@obiltschnig
Copy link
Member

So far looks good, but will have a more detailed look when I'll merge.

@aleks-f
Copy link
Member

aleks-f commented May 30, 2022

@Jokser there are conflicts. also, is it possible to have a testcase?

@Jokser
Copy link
Author

Jokser commented Jul 18, 2022

@aleks-f The branch was too stale to make successful rebase and I recreated the new one #3691

@aleks-f aleks-f closed this Jul 18, 2022
@aleks-f aleks-f removed this from the Release 1.13.0 milestone Jul 18, 2022
@aleks-f aleks-f added this to the Release 1.14.0 milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants