-
Notifications
You must be signed in to change notification settings - Fork 164
Enable IPv6 tests with HTTPS proxy #632
Copy link
Copy link
Open
Labels
good first issueGood for newcomers.Good for newcomers.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-unblockingIssues with this label are in the ownership of the unblocking team.Issues with this label are in the ownership of the unblocking team.tech roadmapIssues contributing to tech roadmap.Issues contributing to tech roadmap.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers.Good for newcomers.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-unblockingIssues with this label are in the ownership of the unblocking team.Issues with this label are in the ownership of the unblocking team.tech roadmapIssues contributing to tech roadmap.Issues contributing to tech roadmap.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We have IPv6 test cases that works with HTTP proxy server but don't with HTTPS. The problem is in pre-historic version of
got-scrapinglibrary we're using there.In general IPv6 with HTTPS proxy should work with no issue as it shares the same logic as HTTP proxy, however I can't proof it in tests.
Solution
got-scrapingbyimpit-nodeor something else that supports HTTPS proxy and SOCKS.tests/server.js.