changeset 305:930a13c20d6c

urllog: Improve comments on http_tls_support setting.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Jan 2015 08:41:58 +0200
parents f1589fe20732
children 9858b93387a2
files config.urllog.example
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.urllog.example	Tue Jan 27 08:40:17 2015 +0200
+++ b/config.urllog.example	Tue Jan 27 08:41:58 2015 +0200
@@ -136,8 +136,10 @@
 set http_proxy_host ""
 set http_proxy_port 8080
 
-# Enable _experimental_ TLS/SSL support. This may not work at all.
-# If unsure, leave this option disabled (0).
+
+# Enable TLS/SSL support. If disabled, https URLs won't be added at all.
+# If you enable this setting, you need to set http_tls_cadir to point to
+# correct location as well!
 set http_tls_support 1
 
 set http_tls_cadir "/usr/share/ca-certificates/mozilla"