Skip to content

Commit

Permalink
enable SSL verification by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
bct committed Nov 29, 2011
1 parent b4bf5fa commit 59c1032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config/config
Expand Up @@ -148,7 +148,7 @@ set useragent = Uzbl (Webkit @{WEBKIT_MAJOR}.@{WEBKIT_MINOR}) (@(+uname

# Set it to certificates store of your distribution, or your own CAfile.
# set ssl_ca_file = /etc/ssl/certs/ca-certificates.crt
# set ssl_verify = 1
set ssl_verify = 1
# Command to toggle ssl_verify value:
@cbind !ssl = chain 'toggle ssl_verify' 'reload'
# Example SSL error handler:
Expand Down

0 comments on commit 59c1032

Please sign in to comment.