From e93bd72c2c253fd6d0f82b9606c23456869024ac Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 28 Nov 2011 21:26:27 -0700 Subject: ssl_ca_file needs to be turned on too. --- examples/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3