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)
"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>

No differences found