changeset 104:da337ca10e0a

urllog: Enable SSL/TLS support by default.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Sep 2011 15:52:51 +0300
parents 453f978f19e5
children c81da31e3ab3
files urllog.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Tue Sep 13 15:52:35 2011 +0300
+++ b/urllog.tcl	Tue Sep 13 15:52:51 2011 +0300
@@ -34,7 +34,7 @@
 
 # Enable _experimental_ TLS/SSL support. This may not work at all.
 # If unsure, leave this option disabled (0).
-set http_tls_support 0
+set http_tls_support 1
 
 set http_tls_cadir "/usr/share/ca-certificates/mozilla"