Skip to content

Commit

Permalink
Update Readme with regards to the fact that the hub will start in htt…
Browse files Browse the repository at this point in the history
…p now by default instead of https
  • Loading branch information
raethlein committed Oct 2, 2019
1 parent 266b637 commit 9ea90a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<summary>Details (click to expand...)</summary>
Expand Down

0 comments on commit 9ea90a2

Please sign in to comment.