From ffa5a20e2fa1389df8fa010717aee690b5d1b68e Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 3 Jan 2022 15:41:54 +0100 Subject: [PATCH] localhost URL is not https --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1163dd5e..a8146365 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,7 @@ To start the Hub server, run the command: jupyterhub -Visit `https://localhost:8000` in your browser, and sign in with your unix -PAM credentials. +Visit `http://localhost:8000` in your browser, and sign in with your system username and password. _Note_: To allow multiple users to sign in to the server, you will need to run the `jupyterhub` command as a _privileged user_, such as root.