-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update docs to say aiohttp
doesn't support HTTPS proxies
#4100
Labels
Comments
It doesn't support proxies that require |
YES THATS WORKING!!! Please do update the docs to specify that though. |
Would you prepare a pull request? |
Yes, I'll try to do that tomorrow.
…On Wed, Sep 25, 2019, 14:48 Andrew Svetlov ***@***.***> wrote:
Would you prepare a pull request?
I believe now you can rephrase the text to avoid any misunderstanding.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4100?email_source=notifications&email_token=ABOMUPIEZLTBXKLTYD6KXELQLPMBVA5CNFSM4I2P6CIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7TQU4Q#issuecomment-535235186>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOMUPIEZ74YL2CNPZFNQE3QLPMBVANCNFSM4I2P6CIA>
.
|
Created #4101 |
asvetlov
added a commit
that referenced
this issue
Sep 27, 2019
* Update docs to clarify proxy support Clarify that, while aiohttp supports proxies that upgrade to HTTPS via CONNECT, it doesn't support proxies that must be connected to via `https://` - #4100 . * Create 1400.doc Record change * Update docs/client_advanced.rst Differentiate types of HTTP proxies. Co-Authored-By: Andrew Svetlov <[email protected]>
asvetlov
pushed a commit
that referenced
this issue
Sep 27, 2019
* Update docs to clarify proxy support Clarify that, while aiohttp supports proxies that upgrade to HTTPS via CONNECT, it doesn't support proxies that must be connected to via `https://` - #4100 . * Create 1400.doc Record change * Update docs/client_advanced.rst Differentiate types of HTTP proxies. Co-Authored-By: Andrew Svetlov <[email protected]> (cherry picked from commit be95c61) Co-authored-by: Benjamin Kane <[email protected]>
asvetlov
added a commit
that referenced
this issue
Sep 27, 2019
Clarify that, while aiohttp supports proxies that upgrade to HTTPS via CONNECT, it doesn't support proxies that must be connected to via `https://` - #4100 . Co-Authored-By: Andrew Svetlov <[email protected]> (cherry picked from commit be95c61) Co-authored-by: Benjamin Kane <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Long story short
The docs say
aiohttp
supports HTTPS proxies, but the library raises an exception on HTTPS proxies, and there is issue to add support for them.Expected behaviour
The docs shouldn't say HTTPS proxies are supported.
Actual behaviour
The docs say HTTPS proxies are supported.
The text was updated successfully, but these errors were encountered: