gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27657 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r27657 - gnunet/src/transport
Date: Thu, 27 Jun 2013 16:57:26 +0200

Author: wachs
Date: 2013-06-27 16:57:26 +0200 (Thu, 27 Jun 2013)
New Revision: 27657

Modified:
   gnunet/src/transport/test_transport_api_https_peer2.conf
   gnunet/src/transport/transport.conf.in
Log:
enabling certification verification in test
adding cfg options for certificate verification


Modified: gnunet/src/transport/test_transport_api_https_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_https_peer2.conf    2013-06-27 
14:51:43 UTC (rev 27656)
+++ gnunet/src/transport/test_transport_api_https_peer2.conf    2013-06-27 
14:57:26 UTC (rev 27657)
@@ -3,6 +3,9 @@
 SERVICEHOME = /tmp/test-transport/api-https-p2/
 
 [transport-https_server]
+EXTERNAL_HOSTNAME = test
+#EXTERNAL_HOSTNAME_ONLY = yes
+VERIFY_EXTERNAL_HOSTNAME = YES
 PORT = 12110
 USE_IPv6 = YES
 #BINDTO = 127.0.0.1

Modified: gnunet/src/transport/transport.conf.in
===================================================================
--- gnunet/src/transport/transport.conf.in      2013-06-27 14:51:43 UTC (rev 
27656)
+++ gnunet/src/transport/transport.conf.in      2013-06-27 14:57:26 UTC (rev 
27657)
@@ -77,8 +77,11 @@
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-https_server]
-#EXTERNAL_HOSTNAME = <your hostname/path>
-#VERIFY_EXTERNAL_HOSTNAME = YES
+# EXTERNAL_HOSTNAME = <your hostname/path>
+# EXTERNAL_HOSTNAME_ONLY = YES
+# If you have a valid SSL certificate for your external hostname tell, 
+# clients to verify it  
+# VERIFY_EXTERNAL_HOSTNAME = YES
 PORT = 4433
 ADVERTISED_PORT = 4433
 CRYPTO_INIT = NORMAL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]