-
Notifications
You must be signed in to change notification settings - Fork 2.1k
HTTP 403: Forbidden error when starting jupyterhub #1377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @fmilano1975, There is now a 0.8.0b3 release. Would you mind giving that version a try? Thanks. cc/ @minrk Do you see anything with the 443 port usage or permissions/SSL cert that would prevent connection? Or possibly an apache setting? |
This probably means that there is a
If there are, shut them down and try launching jupyterhub again. |
It would be nice if the service was doing that automatically on shutdown. |
Is there a permanent solution for this? Our Jupyterhub restarts every night and fails to start again. |
Hi,
that will kill any remaining process:
It is just a dirty fix , but it works for me. |
I ran up against a stale |
If jupyterhub wrote a pid file for the proxy, it could find the previous process and clean it up on startup. @Adam-Origamiiris how is your jupyterhub restarting every night? Do you have logs? Even if JupyterHub crashes it should shutdown CHP unless it's dying of a pretty severe error |
I was getting something similar
I was following zero-to-jupyterhub and didn't replace |
The configurable-http-proxy is Restarting all the time. And the Pid is changing all the time. |
Same problem here. Anyone can help? |
As this issue is closed, someone needs to make a new issue out of it. |
In my case, server is behind corporate proxy and firewall and jupyterhub tries connect http://127.0.0.1:8001/api/routes using proxy setting.
|
Kindly use |
Thanks kill ^^ solved the problem |
sudo npm install -g configurable-http-proxy |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have been trying to use jupyterhub for a while now but I am struggling with a 403 error which I cannot sort out.
I am using jupyterhub version 0.8.0.b2 on fedora 25. I have installed all dependencies as described in the the installation instructions and configured jupyterhub to run on port 443. Apart from the IP of my server and the user admin name, all other options are set to the default ones in the jupyterhub_config.py file.
I can connect to the server through ssh and there is a webpage working at port 80. I have set selinux as permissive and all relevant ports should be properly set up in the firewall.
Now, whenever I run jupyterhub I get the following messages:
I have been looking for a solution for a week now (I have tried different ports, different configuration of apache, ssh, and the firewall), but I am always getting the same message and the jupyterhub exits as indicated above.
Any hint?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: