CloudFlare with Full SSL (Strict) Setup Not Trusting Let's Encrypt

I have also setup a full strict SSL mode with a let’s encrypt certificate on the origin server with no issues.

I suspect the issue is with the certificate installed on the origin server

I can’t confirm this but the command to test the certificate from your origin server is below

by domain that I have setup for end to end encryption is alpha.firecube.xyz

openssl s_client -connect localhost:443 -servername yourdomainname

image