-
Notifications
You must be signed in to change notification settings - Fork 353
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
Automatic HTTPS setting doesn't work #345
Comments
I've had this sporadically as well, but I believe its a LetsEncrypt problem rather than a TLJH problem. Sometimes the domain check just fails, and I haven't been able to figure out why. See below for logs from a previous instance: May 14 05:01:30 ansible-instance python3[18826]: [E 2019-05-14 05:01:30.204 JupyterHub proxy:102] Error checking traefik api for backend / |
The same issue. |
I guess that's the same issue: i actually found a "workaround", and posted it in that thread ;) |
I'm closing this in favor of #726 which is about adding documentation to help users setup HTTPS more reliably without failing. Also note that Traefik relies on LEGO - a library to acquire HTTPS certificates via the ACME negotiation protocol. Both traefik and LEGO has fixed various bugs over time with regards to this, and I know using a more modern version of Traefik has solved some challenges in the past. The latest traefik v1 version is v1.7.33, and TLJH now installs 1.7.18. I opened #727 to make us bump it. |
I currently have a server running JupyterHub and when I set automatic https with Let's Encrypt and reloaded proxy, and access JupyterHub, it says the certificate is not valid.
My config.yaml:
The text was updated successfully, but these errors were encountered: