mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add bit more info on troubleshooting HTTPS
We no longer use CHP, so add section on getting logs from traefik instead
This commit is contained in:
@@ -97,3 +97,9 @@ Finally, you can reload the proxy to load the new configuration::
|
|||||||
sudo tljh-config reload proxy
|
sudo tljh-config reload proxy
|
||||||
|
|
||||||
and now access your Hub securely at https://yourhub.yourdomain.edu.
|
and now access your Hub securely at https://yourhub.yourdomain.edu.
|
||||||
|
|
||||||
|
Troubleshooting
|
||||||
|
===============
|
||||||
|
|
||||||
|
If you're having trouble with HTTPS, looking at the :ref:`traefik
|
||||||
|
proxy logs <troubleshooting/logs/traefik>` might help.
|
||||||
|
|||||||
@@ -44,18 +44,20 @@ logs is a great first step.
|
|||||||
This command displays logs from JupyterHub itself. See :ref:`journalctl_tips`
|
This command displays logs from JupyterHub itself. See :ref:`journalctl_tips`
|
||||||
for tips on navigating the logs.
|
for tips on navigating the logs.
|
||||||
|
|
||||||
Configurable HTTP Proxy Logs
|
.. _troubleshooting/logs/traefik:
|
||||||
============================
|
|
||||||
|
|
||||||
Configurable HTTP Proxy redirects traffic to JupyterHub / user notebook servers
|
Traefik Proxy Logs
|
||||||
as necessary & handles HTTPS. It usually is the least problematic of the components,
|
==================
|
||||||
but things do go wrong sometimes!
|
|
||||||
|
`traefik <https://traefik.io/>`_ redirects traffic to JupyterHub / user notebook servers
|
||||||
|
as necessary & handles HTTPS. Look at this if all you can see in your browser
|
||||||
|
is one line cryptic error messages, or if you are having trouble with HTTPS.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo journalctl -u configurable-http-proxy
|
sudo journalctl -u traefik
|
||||||
|
|
||||||
This command displays logs from Configurable HTTP Proxy. See :ref:`journalctl_tips`
|
This command displays logs from Traefik. See :ref:`journalctl_tips`
|
||||||
for tips on navigating the logs.
|
for tips on navigating the logs.
|
||||||
|
|
||||||
User Server Logs
|
User Server Logs
|
||||||
|
|||||||
Reference in New Issue
Block a user