This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author CrazyBoyFeng
Recipients CrazyBoyFeng, NateScarlet, benrg, corona10, kotori, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-03-05.07:49:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614930598.98.0.858332388758.issue42627@roundup.psfhosted.org>
In-reply-to
Content
We know Windows reslove:
`http=host:port;https=host:port;ftp=host:port;socks=host:port`
as:
`http=http://host:port;https=http://host:port;ftp=http://host:port;socks=socks://host:port`
means:  
Using HTTP type proxy for HTTP, HTTPS and FTP requests, but Socks4/4a type proxy for the other TCP requests.
We notice that socks are different from the others.

Now I want to know what if Windows slove this:
`http=socks://host:port;ftp=https://host:port;socks=https://host:port`
Does it mean using Socks4/4a type proxy for HTTP requests, HTTPS type proxy for FTP requests, and HTTP type proxy for the other TCP requests? 
Or just invalid settings?
History
Date User Action Args
2021-03-05 07:49:59CrazyBoyFengsetrecipients: + CrazyBoyFeng, paul.moore, tim.golden, benrg, zach.ware, steve.dower, corona10, kotori, NateScarlet
2021-03-05 07:49:58CrazyBoyFengsetmessageid: <1614930598.98.0.858332388758.issue42627@roundup.psfhosted.org>
2021-03-05 07:49:58CrazyBoyFenglinkissue42627 messages
2021-03-05 07:49:58CrazyBoyFengcreate