You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: