SOCKS Proxy Support for drupal-source-plugin #34771
Unanswered
ElijahLynn
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The drupal-source-plugin does not seem to offer a way to pass in a SOCKS proxy server, e.g. socks5h://127.0.0.1:2001 or honor the environment variable of
http_proxy
.It uses
import HttpAgent from "agentkeepalive"
(https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-drupal/src/gatsby-node.js#L4) and there is an issue here, node-modules/agentkeepalive#22, that suggests it isn't supported.Maybe we should swap out that HTTP Agent for a library that supports it?
Beta Was this translation helpful? Give feedback.
All reactions