diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-28 07:56:52 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-28 07:56:52 +0000 |
commit | 62ee6a1e1aa91873d391801d54577b699dcb8998 (patch) | |
tree | fdf7147c50d8fba3f03c87c707cf406017a95718 /debian/w3mconfig | |
parent | New patch 040_libwc-overflow.patch to fix integer overflow in libwc (diff) | |
download | w3m-62ee6a1e1aa91873d391801d54577b699dcb8998.tar.gz w3m-62ee6a1e1aa91873d391801d54577b699dcb8998.zip |
Revert 020_ssl-ca.patch and use ssl_ca_path to keep old behavior
Diffstat (limited to 'debian/w3mconfig')
-rw-r--r-- | debian/w3mconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/w3mconfig b/debian/w3mconfig index cb1594b..930938f 100644 --- a/debian/w3mconfig +++ b/debian/w3mconfig @@ -99,8 +99,8 @@ ssl_forbid_method 2, 3 ssl_verify_server 1 ssl_cert_file ssl_key_file -ssl_ca_path -ssl_ca_file /etc/ssl/certs/ca-certificates.crt +ssl_ca_path /etc/ssl/certs +ssl_ca_file use_cookie 1 show_cookie 0 accept_cookie 1 |