apache, nginx plugins: Added "Verify{Peer,Host}" configuration options.
authorSebastian Harl <sh@tokkee.org>
Tue, 8 Apr 2008 11:03:20 +0000 (13:03 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 9 Apr 2008 17:01:01 +0000 (19:01 +0200)
commit3b2e978335a17629147a516cc03cf1a0c5814a73
treeb0785e06d184042750a57e74a4274a8f8b8e5746
parentb58af48a482b30999bd0b71c470c5dbab8fd5abd
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>
src/apache.c
src/collectd.conf.pod
src/nginx.c