Failed authorization procedure

I just success in renewing my certificate.
If someone have the same problem :
I execute this command to make an ipatbles flush :
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

3 Likes

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