aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-11-28 21:26:27 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-11-28 21:26:27 -0700
commite93bd72c2c253fd6d0f82b9606c23456869024ac (patch)
treed0c959ad3296e7f086e9ed47e3ed7e804ee88b11
parent59c1032dc5702e7d87b5fc330dfaa6e6936530b9 (diff)
ssl_ca_file needs to be turned on too.
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index efa1ab7..77686a0 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -147,7 +147,7 @@ set useragent = Uzbl (Webkit @{WEBKIT_MAJOR}.@{WEBKIT_MINOR}) (@(+uname
# === SSL related configuration ==============================================
# Set it to certificates store of your distribution, or your own CAfile.
-# set ssl_ca_file = /etc/ssl/certs/ca-certificates.crt
+set ssl_ca_file = /etc/ssl/certs/ca-certificates.crt
set ssl_verify = 1
# Command to toggle ssl_verify value:
@cbind !ssl = chain 'toggle ssl_verify' 'reload'