Merge pull request #417 from minrk/require-confirm-insecure

require confirmation for JupyterHub to run without SSL
This commit is contained in:
Kyle Kelley
2016-02-05 19:27:37 -06:00
3 changed files with 28 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
See `git log` for a more detailed summary.
## 0.5
- Single-user server must be run with Jupyter Notebook ≥ 4.0
- Require `--no-ssl` confirmation to allow the Hub to be run without SSL (e.g. behind SSL termination in nginx)
## 0.4
### 0.4.1