From 9ea90a2edb0ac8e8ddba9233ce29a9779dbafec1 Mon Sep 17 00:00:00 2001 From: Benjamin Raethlein Date: Wed, 2 Oct 2019 13:57:57 +0200 Subject: [PATCH] Update Readme with regards to the fact that the hub will start in http now by default instead of https --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f50217..3d4c370 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,8 @@ To make modifications to the config in the Kubernetes setup, checkout the docume ### Enable SSL/HTTPS -MLHub will automatically start with HTTPS. If you don't provide a certificate, it will generate one during startup. This is to make routing SSH connections possible as we use nginx to handle HTTPS & SSH on the same port. +MLHub will start in HTTP mode by default. Note that in HTTP mode, the ssh tunnel feature does not work. +You can activate ssl via the environment variable `SSL_ENABLED`. If you don't provide a certificate, it will generate one during startup. This is to make routing SSH connections possible as we use nginx to handle HTTPS & SSH on the same port.
Details (click to expand...)