Cloudflare and ssl errors
Hello, currently I am using caddy to reverse proxy my server. When using the wildcard domain I realized that there are ssl mismatches and the server refuses to work. Any idea on how to fix?
6 Replies
(I also added a image of when I have cloudflare not enabled
I also use caddy with cloudflare and it works if I use tls on demand
If I use cloudflare API token then I get the same error as you
I believe my config is on demand too
Do I need to edit the tls settings in the coder config?
typo in first line
its hould be *.code.
you are missing the , between * and code
also same should be added in your DNS entry
Alright I have fixed the typo, just gonna do some testing soon to make sure it’s all good!