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
This will create a new user `<username>` under the `analyst` group, with the initial password provided. Omit the password completely if you are using GitHub or Auth0. It will also add a placeholder email (i.e. `username@your-domain`) to the **Email** field.
Finally, if everything is set properly you should be able to cURL the JupyterHub Server. Run
209
209
210
210
```
211
-
curl -k https://projectname.domain/hub/login
211
+
curl -k https://domain/hub/login
212
212
```
213
213
214
-
It's also possible to visit `https://projectname.domain` in your web browser to select the deployment.
214
+
It's also possible to visit `https://domain` in your web browser to select the deployment.
215
215
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.
216
216
217
217
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