Update ssl.doc in line with RFC1918

Private networks include 10.0.0.0/8 (instead of 10.0.0.0/16)
This commit is contained in:
DavidHofs 2019-11-22 16:52:06 +01:00 committed by Stian Thorgersen
parent 39f846aecb
commit bd6663129c

View file

@ -16,7 +16,7 @@ image:{project_images}/login-tab.png[]
The `Require SSL` option allows you to pick the SSL Mode you want. Here is an explanation of each mode: The `Require SSL` option allows you to pick the SSL Mode you want. Here is an explanation of each mode:
external requests:: external requests::
Users can interact with {project_name} without SSL so long as they stick to private IP addresses like `localhost`, `127.0.0.1`, `10.0.x.x`, `192.168.x.x`, and `172.16.x.x`. Users can interact with {project_name} without SSL so long as they stick to private IP addresses like `localhost`, `127.0.0.1`, `10.x.x.x`, `192.168.x.x`, and `172.16.x.x`.
If you try to access {project_name} without SSL from a non-private IP address you will get an error. If you try to access {project_name} without SSL from a non-private IP address you will get an error.
none:: none::