After moving a site to a new server/IP (completely new setup) the server became unavailable, cur says:
curl: (35) error:1404B438:SSL routines:ST_CONNECT:tlsv1 alert internal error
I assume there is some issue with the fact that caddy issued a cert before to a different IP with the same domain.
Eventually I've just created a new subdomain for now and it works fine with that but would like to know the correct procedure for this specific situation.
Maybe one should revoke the cert somehow via caddy and then restart?