Caddy won't start and just stuck at Activating privacy features

My caddyfile looks like:

emmm.ml {
    root /www/emmm.ml
}


*.emmm.ml {
    root /www/star
    tls {
    dns dnspod
    }
}

and DNSPOD_API_KEY is correctly setted.

I can’t get any error message and don’t know how to do.
Thank you for help!

Hi @ChenDong,

Can you tell us the output of caddy -version, as well as what environment you run Caddy in and how you start it?

Also when you start caddy add a -log parameter so you can see what issues are happening.

caddy -log stdout 

This will provide more info as to what error is happening.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.