diff options
author | Max Kellermann <max@duempel.org> | 2014-07-11 16:39:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-11 16:39:42 +0200 |
commit | 681643ea9e6e196c449f1974cd50e1f400da3450 (patch) | |
tree | 32f741a1d1c60bbf1132fbef90f7de5d179d41e2 /doc | |
parent | fa947e02ca0b2806990d23dae2f6e7421c74978c (diff) | |
download | mpd-681643ea9e6e196c449f1974cd50e1f400da3450.tar.gz mpd-681643ea9e6e196c449f1974cd50e1f400da3450.tar.xz mpd-681643ea9e6e196c449f1974cd50e1f400da3450.zip |
input/curl: options "verify_peer" and "verify_host"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 942a56a88..1b399c2f4 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1106,6 +1106,30 @@ systemctl start mpd.socket</programlisting> Configures proxy authentication. </entry> </row> + + <row> + <entry> + <varname>verify_peer</varname> + <parameter>yes|no</parameter> + </entry> + <entry> + Verify the peer's SSL certificate? <ulink + url="http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html">More + information</ulink>. + </entry> + </row> + + <row> + <entry> + <varname>verify_host</varname> + <parameter>yes|no</parameter> + </entry> + <entry> + Verify the certificate's name against host? <ulink + url="http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html">More + information</ulink>. + </entry> + </row> </tbody> </tgroup> </informaltable> |