Error Cron sudo /usr/local/hestia/bin/v-update-letsencrypt-ssl

Hi @cheemi99

Regarding the 403 error, try this fix (it should resolve the 403 errors when renewing the certificates automatically):

sudo -i
cd /usr/local/hestia/bin/
mv v-add-letsencrypt-domain v-add-letsencrypt-domain.original
wget https://raw.githubusercontent.com/hestiacp/hestiacp/64210fd8ccee8718a861856e99f9965e40ff3932/bin/v-add-letsencrypt-domain
chmod +x v-add-letsencrypt-domain
1 Like