Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to bypass certificate check #5

Open
mshensg opened this issue Mar 22, 2022 · 2 comments
Open

How to bypass certificate check #5

mshensg opened this issue Mar 22, 2022 · 2 comments

Comments

@mshensg
Copy link

mshensg commented Mar 22, 2022

need to bypass the HTTP Event Collect HTTPS certificate check as we are using self signed by it will rejected by axios. thanks.

@kclifford20
Copy link

Not sure if you've fixed your issue yet, however try the below URL for your HEC URL (Not the dash not dot between http-inputs and customertenant to fix the SSL certificate issue)
https://http-inputs-__customertenant__.splunkcloud.com/services/collector/event

@mshensg
Copy link
Author

mshensg commented Jun 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants