What is the name of the domain?
app.staging.skima.ai
What is the error message?
Obsoleted CBC ciphers (AES, ARIA etc.) offered
What is the issue you’re encountering
I have enabled TLS 1.3 for this zone but still getting this issue while testing for SSL. This is a compliance related query since we’re not able to get our compliance due to this.
What steps have you taken to resolve the issue?
I have tried downgrading minimum TLS version to 1.2 and added custom ciphers:
[“ECDHE-ECDSA-AES128-GCM-SHA256”,“ECDHE-ECDSA-AES256-GCM-SHA384”,“ECDHE-ECDSA-CHACHA20-POLY1305”,“ECDHE-RSA-AES128-GCM-SHA256”,“ECDHE-RSA-AES256-GCM-SHA384”,“ECDHE-RSA-CHACHA20-POLY1305”]
But still getting the same issue while testing with drwetter/testssl.sh
Not sure how i can solve this. The application is hosted on cloudflare pages. With the domain proxied through cloudflare DNS.
What is the current SSL/TLS setting?
Off