From a35ff7d0bf7699adac42446fe05763d1b145b0a7 Mon Sep 17 00:00:00 2001 From: cvcrckt Date: Wed, 23 Jan 2019 12:48:40 -0500 Subject: [PATCH] Update ssl.adoc Clarify the description of 'external requests' SSL mode --- server_admin/topics/realms/ssl.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_admin/topics/realms/ssl.adoc b/server_admin/topics/realms/ssl.adoc index 4a066810fa..338738bb74 100644 --- a/server_admin/topics/realms/ssl.adoc +++ b/server_admin/topics/realms/ssl.adoc @@ -16,8 +16,8 @@ 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: external requests:: - Users can interact with {project_name} 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`. - If you try to access {project_name} from a non-private IP address you will get an error. + 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`. + If you try to access {project_name} without SSL from a non-private IP address you will get an error. none:: {project_name} does not require SSL. This should really only be used in development when you are playing around with things and don't want to bother