I have had Caddy deployed in production for a few months now but recently it has been causing me some issues. All of a sudden I am getting SSL errors when visiting my site. In safari I am getting Failed to load resource: An SSL error has occurred and a secure connection to the server cannot be made.
But I don’t see anything in the logs or any reason why it has failed. I am using automatic ssl through lets encrypt and the certs are fine. I notice it works sometimes but not others and I cannot figure out why. When it doesn’t work safari won’t even load the page.
My configuration is as follows:
I have many instances running with supervisord in docker containers. They all have a volume mounted to a shared folder between all the instances so they can all share the same certs.
Edit:
Hmm seems to go away when I disconnect my VPN, must be a routing issue.