What is the name of the domain?
multiple
What is the issue you’re encountering
Not receiving a support response from Cloudflare
What steps have you taken to resolve the issue?
Contacted support, support lack of response after two weeks.
What are the steps to reproduce the issue?
Hardened ciphers according to API and receive response back with correct ciphers from API. Sites like SSLLabs still report weak ciphers.
Any change you can provide one of the affect domains for testing?
2 Likes
Hello, the specific domain we’re testing with is firstbusiness.com
fritex
January 7, 2025, 3:43am
4
Concerned about below highlighted ones?
Mind asking which source did you used to sent the API request?
Helpful post:
I’ve had cases where legacy TLS has become active. A support ticket indicated to drop the minimum TLS and raise it again to redeploy if this happens. (Turn it off and on again!)
Even with minimum TLS set to TLS v1.2 there are some ciphers that would be considered weak. I use ACM with this API call to disable ciphers I don’t need:
curl -s -X PATCH "https://api.cloudflare.com/client/v4/zones/${zoneid}/settings/ciphers" -H "X-Auth-Email: ${auth_email}" -H "X-Auth-Key: ${auth_key}" -H "Content-Ty…
Article for reset and use API for Legacy in case you haven’t tried yet, otherwise as the articles states to use Advanced Certificate Manager. Please, consider that TLSv1.2 is still used, therefrom don’t disable it’s ciphers:
Source:
That is essentially what I followed for the API calls. Here’s the results from PowerShell using a GET for ciphers from the domain:
$response.result.value
ECDHE-ECDSA-AES128-GCM-SHA256
ECDHE-ECDSA-CHACHA20-POLY1305
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-RSA-CHACHA20-POLY1305
ECDHE-ECDSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-GCM-SHA384
According to the API response, these are the only ciphers enabled.
This domain is not proxied at this time.
1 Like
That was it, I didn’t even look for the proxying setting and completely missed that. Thank you!
1 Like
system
Closed
January 16, 2025, 8:10pm
8
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.