author | Sebastian Harl <sh@tokkee.org> | |
Tue, 8 Apr 2008 11:03:20 +0000 (13:03 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 9 Apr 2008 17:01:01 +0000 (19:01 +0200) | ||
commit | 3b2e978335a17629147a516cc03cf1a0c5814a73 | |
tree | b0785e06d184042750a57e74a4274a8f8b8e5746 | tree | snapshot |
parent | b58af48a482b30999bd0b71c470c5dbab8fd5abd | commit | diff |
apache, nginx plugins: Added "Verify{Peer,Host}" configuration options.
"VerifyPeer" may be used to disable peer SSL certificate verification and
"VerifyHost" may be used to disable peer host name (as provided by the SSL
certificate's CA or SAN fields) verification.
Using both options is similar to curl's "--insecure" command line
option.
As requested by Joerg Jaspert.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
"VerifyPeer" may be used to disable peer SSL certificate verification and
"VerifyHost" may be used to disable peer host name (as provided by the SSL
certificate's CA or SAN fields) verification.
Using both options is similar to curl's "--insecure" command line
option.
As requested by Joerg Jaspert.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/apache.c | diff | blob | history | |
src/collectd.conf.pod | diff | blob | history | |
src/nginx.c | diff | blob | history |