jupyterhub-deploy-docker
jupyterhub-deploy-docker copied to clipboard
Connection
Hello,
I run jupyterhub and everything seems to be fine. This is the log:
Creating jupyterhub-db
Creating jupyterhub
Attaching to jupyterhub-db, jupyterhub
jupyterhub-db | LOG: database system was shut down at 2018-04-09 09:02:08 UTC
jupyterhub-db | LOG: MultiXact member wraparound protections are now enabled
jupyterhub-db | LOG: autovacuum launcher started
jupyterhub-db | LOG: database system is ready to accept connections
jupyterhub | [I 2018-04-09 09:02:14.749 JupyterHub app:849] Loading cookie_secret from /data/jupyterhub_cookie_secret
jupyterhub | [I 2018-04-09 09:02:14.825 JupyterHub app:1539] Hub API listening on http://jupyterhub:8080/hub/
jupyterhub | [W 2018-04-09 09:02:14.826 JupyterHub proxy:415]
jupyterhub | Generating CONFIGPROXY_AUTH_TOKEN. Restarting the Hub will require restarting the proxy.
jupyterhub | Set CONFIGPROXY_AUTH_TOKEN env or JupyterHub.proxy_auth_token config to avoid this message.
jupyterhub |
jupyterhub | [I 2018-04-09 09:02:14.827 JupyterHub proxy:458] Starting proxy @ https://:443/
jupyterhub | 09:02:15.060 - info: [ConfigProxy] Proxying https://:443 to (no default)
jupyterhub | 09:02:15.063 - info: [ConfigProxy] Proxy API at http://127.0.0.1:8001/api/routes
jupyterhub | [W 2018-04-09 09:02:15.156 JupyterHub proxy:304] Adding missing default route
jupyterhub | [I 2018-04-09 09:02:15.156 JupyterHub proxy:370] Adding default route for Hub: / => http://jupyterhub:8080
jupyterhub | 09:02:15.157 - info: [ConfigProxy] 200 GET /api/routes
jupyterhub | 09:02:15.165 - info: [ConfigProxy] Adding route / -> http://jupyterhub:8080
jupyterhub | 09:02:15.166 - info: [ConfigProxy] 201 POST /api/routes/
jupyterhub | [I 2018-04-09 09:02:15.166 JupyterHub app:1592] JupyterHub is now running at https://:443/
However, if I want to open the website, my browser is unable to connect to the website. I have a valid crt and key and the oauth is double-checked. Does anyone see the problem?
Did you solve the problem? I met it too. @RaRam
Hi :wave: This is an old issue and the repository has been updated. If you have more questions please use the Jupyter community forum https://discourse.jupyter.org/.