question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"HTTPClientError: HTTP 403: Use Proxy Server" due to local HTTP_PROXY?

See original GitHub issue

Dask-gateway feels like a great fit for a project I’m involved in, and I’m excited to try it. Thank you!

I’ve followed the Kubernetes + Helm instructions to install the server out in the wild, and I’m getting a HTTPClientError: HTTP 403: Use Proxy Server when I try to connect to the public gateway from my local machine. I can instantiate the gateway just fine, but I can’t .list_clusters() or .new_cluster() without the error above.

I’m behind a corporate web proxy that I usually handle with an HTTP_PROXY environmental variable. Could this be related to my error? If so, is there a way for me to handle a local web proxy so that I can connect my local gateway client to the external public gateway?

Thanks again.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:20 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jcristcommented, Jan 9, 2020

That’s specific to the dask-kubernetes default images, and doesn’t work with dask-gateway. I recommend building your own docker images with whatever extra packages you may need, or create a new issue where we can discuss further options.

1reaction
jkmacc-LANLcommented, Jan 9, 2020

Works! I was actually using a config file, but a had dummy instead of basic as the auth type. Must’ve copied it incorrectly from the server config file. Thank you again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyterhub service unavailable error and http :403 forbidden
sqlite resolved my problem with this error, together with stoping jupyterhub process and configurable-http-proxy (using pkill command), and then ...
Read more >
403 Forbidden when trying to access a website using Proxy
Hi @Nanda Malve​ ,. I tried to check for logs related to reference error, but am unable to parse the reference string.
Read more >
Troubleshooting — JupyterHub 3.1.0 documentation
Commonly, the 403 error is caused by resetting the JupyterHub database (either removing jupyterhub.sqlite or some other action) while leaving single-user ...
Read more >
503 Service Unavailable - Proxy tunnel creation failed with 403
This error (status code 403 ) occurs if there are any firewall or ACL (Access Control List) restrictions configured on the backend serverthat...
Read more >
Squid 403's every request as an HTTP proxy - Server Fault
Without seeing your entire configuration I can only guess as to what the problem might be, but here's a few helpful tips and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found