Causes projects with the got
package to fail with RequestError: connect ECONNREFUSED 127.0.0.1:443
#489
Labels
needs investigation
An issue that has more questions to answer or otherwise needs work to fully understand the issue
Description
If this package is loaded along with the
got
request library, requests will fail with the following error:RequestError: connect ECONNREFUSED 127.0.0.1:443
Reproduction
You can install and run the following gist for a repro:
https://gist.github.com/danwkennedy/17c82801f19aa57a96615df2dffb4484
It looks like this lib might patch something in the http/https libraries that causes a break with
got
. Similar to this issue:sindresorhus/got#951
Environment
The text was updated successfully, but these errors were encountered: