Cloudflare Proxy -> Nginx Proxy SSL
Hello!
So I have the following setup:
If I enable the Proxying on Cloudflare side, it will still work and will use the certificates generated by LetsEncrypt, until i restart the Nginx proxy server.
Once restarted, it will not see the LetsEncrypt certificates anymore, but use the Universal one in Cloudflare (the one from Google) and it will throw a certficate handshake error.
So I have the following setup:
- Multiple Cloudflare DNS with Proxying enabled and SSL set to Full.
- A Nginx proxy server which redirects each DNS to the corresponding Dockerized Caddy instance which uses LetsEncrypt to generate its SSL certificates.
- The Caddy instances
If I enable the Proxying on Cloudflare side, it will still work and will use the certificates generated by LetsEncrypt, until i restart the Nginx proxy server.
Once restarted, it will not see the LetsEncrypt certificates anymore, but use the Universal one in Cloudflare (the one from Google) and it will throw a certficate handshake error.