hello! I am getting an error trying to add a "hello world" event into my splunk cloud trial environment. I'm looking for help to see what the issue could be. I am getting what looks like an SSL error. I added certs to my ubuntu VM but that didn't seem to help. Maybe it's a network fw error of some kind? Is the IP source of my env somehow blacklisted on your end? Not certain but think it could be the case, maybe you can help me?
In my virtual network, I can connect fine from my VM... here's a simple connection:
sudo telnet prd-p-ki5a7.splunkcloud.com 8088 Trying 44.206.98.245... Connected to prd-p-ki5a7.splunkcloud.com.
When I try this curl command …
curl -k https://prd-p-ki5a7.splunkcloud.com:8088/services/collector/event -H "Authorization: Splunk <token> -d '{"event": "hello world"}'
…I get this:
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to prd-p-ki5a7.splunkcloud.com:8088
...however if I try it on a different network, it works fine. Any way you can help me troubleshoot this one?
... View more