Need Let's encrypt outgoing IP

I accidentally stopped the outgoing connection from my server to any IP. No one helping me out how to enable it again… If you can than better,

Else provide me Let’s encrypt IP to be allowed on my web server. As i am not able to install SSL.

What operating system do you have on your server? On Linux, one of the most common situations that would cause this would be enabled a firewall with ufw. You can see your firewall status with:

ufw status

And if you want to disable it you can do so with ufw disable. Note that that might expose your host more than you want. If, for instance, you want to only allow inbound and outbound on ports 80 and 443, you may want to read the documentation for ufw and install a more subtle policy.

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