We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73f742 commit a23e2abCopy full SHA for a23e2ab
1 file changed
config/sys.config
@@ -7,8 +7,8 @@
7
%% TLS port, specified in RFC to 700, but can be set to anything else
8
%% in case that is needed.
9
{tls_port, 700},
10
- %% When set to true, you can connect to EPP over endpoints without verifying their
11
- %% TLS certificates.
+ %% When set to true, you can connect to EPP over HTTPS endpoints without
+ %% verifying their TLS certificates.
12
{insecure, false}
13
%% URL of EPP endpoints. Can be pointed at a web server (Apache/NGINX)
14
%% Can contain port (https://some-host:3000/epp/session)
0 commit comments