Wrong data byte when pinging all my IPs from Cloudflare

What is the name of the domain?

What is the error message?

wrong data byte #43 should be 0x2b but was 0x23 and curl: (35) error:1409441B:SSL routines:ssl3_read_bytes:tlsv1 alert decrypt error

What is the issue you’re encountering

All my 7 websites are impacted by the same issue. Ping on the origin server is OK. Ping ip from Cloudflare result on “wrong data byte #43 should be 0x2b but was 0x23” and a curl on the https link “curl: (35) error:1409441B:SSL routines:ssl3_read_bytes:tlsv1 alert decrypt error”

What steps have you taken to resolve the issue?

Restart origin server and recheck all config.

What feature, service or problem is this related to?

I don’t know

What are the steps to reproduce the issue?

ping senenews.com
curl https://www.senenews.com

Did test on the curl and no error that you describe.

curl -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' -ksvo /dev/null "https://www.senenews.com" 2>&1 | grep -v '*\|{\|}'
> GET / HTTP/2
> Host: www.senenews.com
> user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
>
< HTTP/2 200
< date: Wed, 23 Oct 2024 03:07:31 GMT
< content-type: text/html; charset=UTF-8
< cf-ray: 8d6e84737ea7ce36-SIN
< cf-cache-status: HIT
< age: 2730
< cache-control: max-age=16070400
< last-modified: Wed, 23 Oct 2024 00:45:07 GMT
< strict-transport-security: max-age=63072000; includeSubDomains preload
< vary: Accept-Encoding
< cf-apo-via: tcache
< cf-edge-cache: cache,platform=wordpress
< permissions-policy: browsing-topics=()
< x-cache: HIT
< x-cache-hits: 1
< x-served-by: b2431375.online-server.cloud
< x-varnish: 11652308 3666280
< server: cloudflare
<

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.