Hi,
I am new to cloudflare, I was going through the documentation on how to set up end to end ssl encryption.
I cannot make that work.
SETUP
- i have added my domain to cloudflare
- i have a simple server setup (dummy for now) and i have nginx running with a simple index page.
- ***My domain shows the index page if i select
Your SSL/TLS encryption mode is Flexible
but when i move toYour SSL/TLS encryption mode is Full
i am not able to see my web-page.
I created a new origin certificate for my domain.(ECDSA)
I stored the certificate as .pem
file, and the private key as .key
file.
I also concatenated the pem file with the origin_ca_ecc_root.pem
.
I have added those to the right nginx path and enabled ssl on nginx.
And i still cant get the web-page to work in full end-to-end mode.
Can someone please help me understand if i made a mistake or skipped a step?
Any help is appreciated.