0

I'm trying to update an SSL certificate on digital ocean with the command certbot renew But I get this error:

Problem binding to port 80: Could not bind to IPv4 or IPv6.

running netstat -plunt shows that port 80 is been used by 'docker-proxy'.

What can I do to fix this should I stop docker-proxy how do I do that?

Harry
  • 103
  • 2

1 Answers1

0

Turn off your http server then try again. When it's done turn your http server back on

Talal Al-Khalifa
  • 668
  • 5
  • 12