HTTP Wrapper curl command option to ignore cert
JollyRgrs opened this issue · 0 comments
JollyRgrs commented
Plugins using the http wrapper cannot initiate a "curl -k" command to avoid the cert check. In my example, I would like to use curl -k as the webhook I'm sending is going to a server I'd like to keep the FQDN out of my config and just call it by the local IP address, but this causes a cert mismatch and the whole command is dropped because of it. There does not seem to be a way for a plugin to use http request with the insecure setting currently.