What is the name of the domain?
https://bhairava.24hrsshipping.com/
What is the error number?
Direct connections to origin with proper Host header work perfectly Cloudflare proxy appears unable to establish connection with origin NGINX Ingress access logs show 200 responses for direct connections No Cloudflare requests appear in NGINX logs
What is the error message?
Site can’t be reached
What is the issue you’re encountering
Cannot access my Kubernetes Dashboard through Cloudflare proxy, receiving “Unable to connect” error in browser. However, direct access to the origin works when using proper host headers.
What steps have you taken to resolve the issue?
DNS Resolution: Now correctly points to origin server (129.154.43.185)
Origin Server Connectivity:
Direct curl to IP with Host header returns 200 status and correct content
Access logs confirm requests reaching ingress controller successfully
Certificate Configuration:
Created and installed Cloudflare Origin Certificate in Kubernetes
NGINX Ingress controller configured with TLS using this certificate
SSL Settings:
Tried both Full and Flexible SSL modes in Cloudflare
What are the steps to reproduce the issue?
Test with HOST header (should work)
curl -k -v -H “Host: bhairava.24hrsshipping.com” https://129.154.43.185
- Trying 129.154.43.185:443…
- Connected to 129.154.43.185 (129.154.43.185) port 443 (#0)
- ALPN, offering h2
- ALPN, offering http/1.1
- TLSv1.0 (OUT), TLS header, Certificate Status (22):
- TLSv1.3 (OUT), TLS handshake, Client hello (1):
- TLSv1.2 (IN), TLS header, Certificate Status (22):
- TLSv1.3 (IN), TLS handshake, Server hello (2):
- TLSv1.2 (IN), TLS header, Finished (20):
- TLSv1.2 (IN), TLS header, Supplemental data (23):
- TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
- TLSv1.2 (IN), TLS header, Supplemental data (23):
- TLSv1.3 (IN), TLS handshake, Certificate (11):
- TLSv1.2 (IN), TLS header, Supplemental data (23):
- TLSv1.3 (IN), TLS handshake, CERT verify (15):
- TLSv1.2 (IN), TLS header, Supplemental data (23):
- TLSv1.3 (IN), TLS handshake, Finished (20):
- TLSv1.2 (OUT), TLS header, Finished (20):
- TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
- TLSv1.2 (OUT), TLS header, Supplemental data (23):
- TLSv1.3 (OUT), TLS handshake, Finished (20):
- SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
- ALPN, server accepted to use h2
- Server certificate:
- subject: O=Acme Co; CN=Kubernetes Ingress Controller Fake Certificate
- start date: Mar 9 06:02:25 2025 GMT
- expire date: Mar 9 06:02:25 2026 GMT
- issuer: O=Acme Co; CN=Kubernetes Ingress Controller Fake Certificate
- SSL certificate verify result: self-signed certificate (18), continuing anyway.
- Using HTTP2, server supports multiplexing
- Connection state changed (HTTP/2 confirmed)
- Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
- TLSv1.2 (OUT), TLS header, Supplemental data (23):
- TLSv1.2 (OUT), TLS header, Supplemental data (23):
- TLSv1.2 (OUT), TLS header, Supplemental data (23):
- Using Stream ID: 1 (easy handle 0xb50e2fb64800)
- TLSv1.2 (OUT), TLS header, Supplemental data (23):
GET / HTTP/2
Host: bhairava.24hrsshipping.com
user-agent: curl/7.81.0
accept: /
- TLSv1.2 (IN), TLS header, Supplemental data (23):
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- TLSv1.2 (IN), TLS header, Supplemental data (23):
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- old SSL session ID is stale, removing
- TLSv1.2 (IN), TLS header, Supplemental data (23):
- Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
- TLSv1.2 (OUT), TLS header, Supplemental data (23):
- TLSv1.2 (IN), TLS header, Supplemental data (23):
< HTTP/2 200
< date: Sun, 09 Mar 2025 07:58:59 GMT
< content-type: text/html; charset=utf-8
< content-length: 2442
< accept-ranges: bytes
< cache-control: no-cache, no-store, must-revalidate
< last-modified: Tue, 25 Feb 2025 15:23:58 GMT
< x-kong-upstream-latency: 0
< x-kong-proxy-latency: 1
< via: 1.1 kong/3.8.0
< x-kong-request-id: ff5b3d140029a057dac02469d55e853a
< strict-transport-security: max-age=31536000; includeSubDomains
<