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
Finally, if everything is set properly you should be able to cURL the JupyterHub Server. Run
203
203
204
204
```
205
-
curl -k https://projectname.domain/hub/login
205
+
curl -k https://domain/hub/login
206
206
```
207
207
208
-
It's also possible to visit `https://projectname.domain` in your web browser to select the deployment.
208
+
It's also possible to visit `https://domain` in your web browser to select the deployment.
209
209
As default for a local deployment the https certificates generated during deployments aren't signed by a recognized [Certificate Authority (CA)](https://en.wikipedia.org/wiki/Certificate_authority) and are self-signed by [Traefik](https://github.com/traefik/traefik) instead.
210
210
211
211
Several browsers makes it difficult to view a self-signed certificate that are not added to the certificate registry. So, if you do not want to use Let's Encrypt, you can use the following workarounds to properly view the pages:
0 commit comments