From e1d2e58570d620f25425e8f1c01131a426d9818e Mon Sep 17 00:00:00 2001 From: Paweł Zuzelski Date: Mon, 21 Jun 2010 17:40:28 +0200 Subject: ssl certs verification Introduced config variables: (string) ssl_ca_file (int) ssl_verify ssl_ca_file is openssl-style CAfile containing trusted root certificates. ssl_verify value controls whether to verify remote certs. If it is set to non-zero, uzbl won't connect to remote https site unless it validates cert. --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 2cdc0cd..928a7bd 100644 --- a/README +++ b/README @@ -373,6 +373,9 @@ file). access the contents of other `file://` URIs. (default 0). * `follow_hint_keys`: keys for keyboard-based navigation and link highlighting +* `ssl_ca_file`: File that contains CA certificates. +* `ssl_verify`: If set to 1, uzbl won't connect to "https" url unless it can + validate certificate presented by remote server against `ssl_ca_file`. #### Constants (not dumpable or writeable) -- cgit v1.2.3