more code cleanup
[oweals/gnunet.git] / src / transport / test_transport_api_rel_http_peer1.conf
index 55c62ce0a59cffe0bb1897161710a12d643e0d9f..f2afb26abc984a3b95eba676338f39fe85e235c6 100644 (file)
@@ -6,6 +6,16 @@ USE_IPv6 = NO
 BINDTO4 = 127.0.0.1
 #BINDTO6 = ::1
 
+[transport-https]
+PORT = 42389
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
+KEY_FILE = https_key_p1.key
+CERT_FILE = https_cert_p1.crt
+
 [fs]
 AUTOSTART = NO
 
@@ -37,7 +47,7 @@ MINIMUM-FRIENDS = 0
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-#DEBUG = YES
+DEBUG = NO
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -96,7 +106,7 @@ UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
 [transport-tcp]
 PORT = 12399
-DEBUG = YES
+#DEBUG = YES
 
 
 [TESTING]