You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I'd set my Jupyterhub log level to DEBUG and watch what happens in the log output.
To set the log level, see this config.. The setting is c.Application.log_level = 'DEBUG'.
It sounds like the Jupyterhub CAS authenticator redirects your browser to your CAS server, but your browser isn't able to connect. You should see the redirect in your debug logs. It will look like "Redirecting to CAS to get service ticket: " followed by the redirect URL. You can copy that into your browser's URL bar, and you should experience the same behavior. Make sure that the host and port are actually the correct ones for your CAS server (no typos!).
If you are still having trouble let me know if you have additional information from the logs.
I did set in the jupyterhub_config.py following values:
On going to
mypc:jupyterHubPort
(with Ubuntu 22.04) the request runs for a long time and finally breaks with a timeout.For another python program with Flask on the same computer I have following settings for the CAS that work properly:
What is wrong with my settings.
The text was updated successfully, but these errors were encountered: