Date: Thu, 16 Nov 2023 14:12:36 -0800 From: Pete Wright <pete@nomadlogic.org> To: questions@freebsd.org Subject: Re: py39-certbot-2.6.0,1 Message-ID: <75f4ef5a-e6cc-425f-8a07-9f5f95e4d8aa@nomadlogic.org> In-Reply-To: <8D21AE27-BE70-4158-B198-4B06C7D4A981@sermon-archive.info> References: <E9299A1C-27B1-46CE-95B3-926AAEA56DF1@sermon-archive.info> <173e9c01-1e50-43ce-8acb-22a33f9603d4@gmail.com> <8D21AE27-BE70-4158-B198-4B06C7D4A981@sermon-archive.info>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/16/23 2:02 PM, Doug Hardie wrote: >> On Nov 16, 2023, at 13:59, TIM KELLERS <trkellers@gmail.com> wrote: >> >> I use that certbot, too, and I just do an apachectl stop before >> "certbot renew." I also have to stop the pf service because my >> firewall doesn't like port 80 traffic, but that's a different use case. >> >> >> Tim >> >> >> On 11/16/23 4:34 PM, Doug Hardie wrote: >>> I have been using py39-certbot-2.6.0,1 for sometime now without any >>> issues. However, earlier this month it started generating errors: >>> >>> Renewing an existing certificate for sermon-archive.info and 5 more >>> domains >>> Failed to renew certificate sermon-archive.info with error: Could not >>> bind TCP port 80 because it is already in use by another process on >>> this system (such as a web server). Please stop the program in >>> question and then try again. >>> >>> Huh? Of course there is a web server there. That's why I need a >>> certificate. Anyone know how to fix this issue, or should I switch >>> to some other LetsEncrypt client? Thanks, >>> > > Stopping the web server is not a viable approach. It is on a production > machine and that would affect my clients. It has never done this in the > years I have been using LetsEncrypt. I don't see any changes in that > port either. > have you added any vhosts or 301 redirects on port 80 in your httpd configuration? i have this issue with one system that does a 301 redirect to port 443 on port 80. on another host where i don't do this certbot works as expected without having to stop httpd. -pete -- Pete Wright pete@nomadlogic.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?75f4ef5a-e6cc-425f-8a07-9f5f95e4d8aa>