GregW
1
Hello,
I encountered this error on fresh install.
Had to disable firewall in order to set it up, can’t figure out why. Firewall has port 80 opened.
Log file says that 'During secondary validation: Timeout during connect (likely firewall problem)'
What could be the issue?
Thanks!
1 Like
maynor
2
Due to recent changes in Let’s Encrypt’s service, it is now necessary to completely disable the firewall before renewing your SSL certificates.
To proceed, please run the following command before renewing the certificate:
iptables -F
After the renewal, restart the firewall services to rebuild the iptables:
systemctl restart firewalld
systemctl restart fail2ban
1 Like
Is this going to be addressed in a future update?