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
I think that one is secured by a wildcard cert instead of self-sign cert (on-prem Splunk BYOL). The source code simply call axios without setting an https agent with rejectUnauthorized = false. So maybe the developer team needs to add such feature so the data can be sent to a non-Splunk cloud environment.
need to bypass the HTTP Event Collect HTTPS certificate check as we are using self signed by it will rejected by axios. thanks.
The text was updated successfully, but these errors were encountered: