From a23e2ab311a1f23c351ae210be88889475b7d98c Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 30 Jul 2019 13:50:30 +0300 Subject: [PATCH] Update documentation --- config/sys.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sys.config b/config/sys.config index e106b77..30bd143 100644 --- a/config/sys.config +++ b/config/sys.config @@ -7,8 +7,8 @@ %% TLS port, specified in RFC to 700, but can be set to anything else %% in case that is needed. {tls_port, 700}, - %% When set to true, you can connect to EPP over endpoints without verifying their - %% TLS certificates. + %% When set to true, you can connect to EPP over HTTPS endpoints without + %% verifying their TLS certificates. {insecure, false} %% URL of EPP endpoints. Can be pointed at a web server (Apache/NGINX) %% Can contain port (https://some-host:3000/epp/session)