Please turn JavaScript on
Caddy Community - Latest posts icon

Caddy Community - Latest posts

follow.it gives you an easy way to subscribe to Caddy Community - Latest posts's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Caddy Community - Latest posts with other site's feeds!

Title: Caddy Community

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  2.45 / day

Message History

lanceolate: so it’s really the Let’s Encrypt DNS-01 path which is slow

But to get a certificate via DNS-01 there is no connection made to the website server, only to the DNS servers.

Once the certificate has been issued and obtained and deployed it should behave no differently than any other certificate.


Read full story
1. The problem I’m having:

I have recently setup Caddy with Let’s Encrypt and custom domain for my SSL needs, however facing weird delay before every page refresh when visiting a web app via iPhone. This is my setup:

Let’s Encrypt certs via DNS-01 (netc...

Read full story

I don’t remember why I didn’t have a wildcard matcher in here. I tried what you suggested and I’m seeing the same zone matching problem.

caddy | {"level":"debug","ts":1786882371.834438,"logger":"http.acme_client","msg":"http request","method":"POST","url":"https://acme-v02.api.letsencrypt.org/acme/authz/2992294076/760742322801","headers":{"Content-Type":["application/jose...

Read full story
robertkwild:

so caddy just auto redirects anything to https, even if you dont specify it in your command?

Yes, unless you tell it not to:

Caddy Web Server

Read full story

Not an answer to your question, but just out of curiosity, why don’t you ask for a wildcard certificate once and reuse it for all your subdomains, instead of requesting a certificate for each subdomain separately?

You could just add this to your config:

*.khome.space { abort }

Read full story