]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[mod_curl] Added PATCH method, add insecure and secure options to verify SSL certs...
authorAron Podrigal <aronp@guaranteedplus.com>
Mon, 10 May 2021 19:32:48 +0000 (14:32 -0500)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 19:32:48 +0000 (22:32 +0300)
commit954056c009482d8093b37c26d6e2fbda33d85383
tree0cb2fff01c6049f63d06053a9690d6f730c42f97
parent2243d34d94e3c52a39cce6c38c4b27f1b63ea660
[mod_curl] Added PATCH method, add insecure and secure options to verify SSL certs, add proxy option.

* mod_curl: hanlde PATCH method

* mod_curl: verify ssl with an option `insecure` to not verify

* mod_curl: added option to use proxy

* mod_curl: use assert(options)

* [mod_curl] default certificate validation secure/insecure controlled by `validate-certs` config option.

* [mod_curl] Added option secure to force https certs validation
src/mod/applications/mod_curl/mod_curl.c