Hey I've been trying to add a new service and I've been getting a 525 SSL Handshake Error, but only on new subdomains I add. I have 6 other subdomains that work perfectly fine with the Cloudflare cert. When I do the curl command on the new subdomain as shown in the cloudflare troubleshooting I get this error
* ALPN: curl offers h2,http/1.1 * TLSv1.3 (OUT), TLS handshake, Client hello (1): * CAfile: none * CApath: /etc/ssl/certs * TLSv1.3 (IN), TLS alert, unrecognized name (624): * OpenSSL/1.1.1v: error:14094458:SSL routines:ssl3_read_bytes:tlsv1 unrecognized name * Closing connection
When I use the same curl command on on a older subdomain that is using the same cloudflare ssl certs on NPM, it shows this.
* ALPN: curl offers h2,http/1.1 * TLSv1.3 (OUT), TLS handshake, Client hello (1): * CAfile: none * CApath: /etc/ssl/certs * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (OUT), TLS alert, unknown CA (560): * SSL certificate problem: unable to get local issuer certificate * Closing connection
I've tried using multiple services to see if that was maybe the issue but they all resulted in the 525 error.
I have cloudflare set to Full currently but for the past months it's been on Full (Strict)
Any help would be appreciated cause idk what is going on.