-
Notifications
You must be signed in to change notification settings - Fork 10
Setup fails behind HTTP proxy #352
Comments
Hey @zicklag! If you could provide a set of steps to replicate this we could investigate what's going on. Not really sure how to help with something that's possibly an issue within your network. |
Hi @flexdinesh thanks for the reply. In my environment ports 80 and 443 are blocked out to the internet, and I'm required to proxy all my traffic through an HTTP proxy ( in my case it's a Squid server ), which most applications allow you to configure by setting the I'm assuming that the keystone CLI is trying to access the internet without using the proxy from my environment variables, which means all requests will time out ( or hang indefinitely ). I've fixed this in a NodeJS app before by using global-agent to configure a proxy-respecting global HTTP agent for Node. I ended up using a different backend than Keystone, so I don't really need it anymore, and it might not be worth fixing unless somebody else runs into the same issue. |
Thanks for the detailed description @zicklag, this should be enough for us to recreate the issue if it's on our end. |
When running this command, the command get's stuck before starting the create wizard:
I'm using node
v16.14.0
and I'm also behind an HTTP proxy that requires authentication and has a custom certificate, which is likely the cause of the issue, but I'm not sure because there are no error details, the CLI just hangs at that point.The text was updated successfully, but these errors were encountered: