Splunk Observability Cloud

TLS handshake timeout with Splunk Observability Cloud

Eshwar
Engager

Hello Community,

I am setting up a OpenTelemetr Application with in the docker on-prem environment  as per steps which are outlined in the below documentation.

https://lantern.splunk.com/Observability/Product_Tips/Observability_Cloud/Setting_up_the_OpenTelemet...

However, Otel Collector throws below errors while connecting to ingestion URL. 

tag=otel-collector 2025-07-24T12:49:17.841Z info internal/retry_sender.go:133 Exporting failed. Will retry the request after interval. {"resource": {"service.instance.id": "45be9d90-2946-4ae4-8cd9-f0edff3bc822", "service.name": "otelcol", "service.version": "v0.129.0"}, "otelcol.component.id": "otlphttp", "otelcol.component.kind": "exporter", "otelcol.signal": "traces", "error": "failed to make an HTTP request: Post \"https://ingest.us1.signalfx.com/v2/trace/otlp\": net/http: TLS handshake timeout", "interval": "27.272487507s"}

and I tried with curl and it hang while checking TLS

[root@kyn-app-01 opentelemetry-demo]# curl -v https://api.us1.signalfx.com/v2/apm/correlate/host.name/test/service \
-X PUT \
-H "X-SF-TOKEN: accesstoken" \
-H "Content-Type: application/json" \
-d '{"value": "test"}'
* Trying 54.203.64.116:443...
* Connected to api.us1.signalfx.com (54.203.64.116) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: Connection reset by peer in connection to api.us1.signalfx.com:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to api.us1.signalfx.com:443

So, kindly suggest what went wrong and how to fix it.

Note: Firewall is disabled and no proxy.

Regards,

Eshwar

 

 

 

Labels (2)
0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @Eshwar 

I know you mentioned the firewall is disabled, but I wanted to check - is there any corporate firewall/proxy in place (which is often transparent) between your host and the internet? Ive seen this error countless times with firewalls blocking the traffic, even when no firewall is on the host itself. 

Another issue could possibly be ciphers - What OS are you running? Is it relatively modern and up to date? 

🌟 Did this answer help you? If so, please consider:

  • Adding karma to show it was useful
  • Marking it as the solution if it resolved your issue
  • Commenting if you need any clarification

Your feedback encourages the volunteers in this community to continue contributing

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...