aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/test_transport_api_https_peer2.conf3
-rw-r--r--src/transport/transport.conf.in7
2 files changed, 8 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_https_peer2.conf b/src/transport/test_transport_api_https_peer2.conf
index 566997f93..19cd16959 100644
--- a/src/transport/test_transport_api_https_peer2.conf
+++ b/src/transport/test_transport_api_https_peer2.conf
@@ -3,6 +3,9 @@
3SERVICEHOME = /tmp/test-transport/api-https-p2/ 3SERVICEHOME = /tmp/test-transport/api-https-p2/
4 4
5[transport-https_server] 5[transport-https_server]
6EXTERNAL_HOSTNAME = test
7#EXTERNAL_HOSTNAME_ONLY = yes
8VERIFY_EXTERNAL_HOSTNAME = YES
6PORT = 12110 9PORT = 12110
7USE_IPv6 = YES 10USE_IPv6 = YES
8#BINDTO = 127.0.0.1 11#BINDTO = 127.0.0.1
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 88eb914aa..863c58e4a 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -77,8 +77,11 @@ MAX_CONNECTIONS = 128
77TESTING_IGNORE_KEYS = ACCEPT_FROM; 77TESTING_IGNORE_KEYS = ACCEPT_FROM;
78 78
79[transport-https_server] 79[transport-https_server]
80#EXTERNAL_HOSTNAME = <your hostname/path> 80# EXTERNAL_HOSTNAME = <your hostname/path>
81#VERIFY_EXTERNAL_HOSTNAME = YES 81# EXTERNAL_HOSTNAME_ONLY = YES
82# If you have a valid SSL certificate for your external hostname tell,
83# clients to verify it
84# VERIFY_EXTERNAL_HOSTNAME = YES
82PORT = 4433 85PORT = 4433
83ADVERTISED_PORT = 4433 86ADVERTISED_PORT = 4433
84CRYPTO_INIT = NORMAL 87CRYPTO_INIT = NORMAL