-
Notifications
You must be signed in to change notification settings - Fork 354
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
enabling https using letsencrypt results in not-trusted certificate from traefik #310
Comments
Thanks for opening the issue! Can you try restarting traefik with 'sudo systemctl restart traefik' and see if that helps fix it? If not, can you show logs from 'sudo journalctl -u traefik'? That'll help us debug. Thank you! |
Thank you very much.
|
It looks like the domain is not being read properly. Can you look at the contents of the file /opt/tljh/config.yaml, redact any sensitive info, and paste it here? |
yea, it looks strange (only one letter at the time) in the error log. Here are the contents of the config file root@gunnart:/opt/tljh/config# sudo cat config.yaml
users:
admin:
- adgunnar
https:
enabled: true
letsencrypt:
email: [email protected]
domains: gunnart.rhi.hi.is
root@gunnart:/opt/tljh/config# ^C |
@gtomasson not sure why 'domains' isn't a list but a string. Can you show me the tljh command you used to set the value? Either way, if you change the file to read: users:
admin:
- adgunnar
https:
enabled: true
letsencrypt:
email: [email protected]
domains:
- gunnart.rhi.hi.is And do the reload, it should work. |
Great. thank you!!. It worked!! but now it gave me an error, I manually corrected the file per your instructions and it worked fine. |
yw, @gtomasson. Can you tell us what error it gave you when you ran the command? That might help fix this at its root. |
sure, here is the report
|
Thanks @gtomasson. I think there might have accidentally been a 'set' command first. I think we should use this issue to provide more meaningful error messages in this case. |
I'm closing this as something that would be resolved by having schema validation, which is represented by #725. |
Hi,
I installed The Littlest Jupyterhu on my own server (ubuntu 18.04). When attempting to enable https using letsencrypt a certificate from traefik (but not letsencrypt) is issued and that certificate is not valid. Guidance would be very appreciated.
The text was updated successfully, but these errors were encountered: