Date: Sun, 23 Apr 2023 10:12:59 -0400 From: Michael Sierchio <kudzu@tenebras.com> To: User Questions <questions@freebsd.org> Subject: Re: certbot looking in the wrong directory Message-ID: <CAHu1Y7212n9xNTkgTXBkjmKCQf-gi1U8FZEgqxt-PJQCRuVVFw@mail.gmail.com> In-Reply-To: <20230423095728.00001f36@seibercom.net> References: <20230423095728.00001f36@seibercom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000f568b405fa017e3a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, Apr 23, 2023 at 10:03=E2=80=AFAM Gerard E. Seibert <jerry@seibercom= .net> wrote: > certbot 2.4.0 > FreeBSD 13.2-RELEASE > > After recently updating to FreeBSD 13.2, certbot has stopped working > correctly. I can supply the entire log file; however, I believe this > might be the pertinent part: > > FileNotFoundError: [Errno 2] No such file or directory: > '/usr/local/etc/apache24/libexec/apache24/mod_ssl.so' > 2023-04-23 > 08:28:29,481:WARNING:certbot_apache._internal.configurator:Unable to read > ssl_module file; not disabling session tickets. > 2023-04-23 08:28:29,482:DEBUG:certbot._internal.plugins.selection:Single > candidate plugin: * apache > > The correct path would be: /usr/local/libexec/apache24/mod_ssl.so > > How can I correct this problem? I have posed on the 'letencrypt' forum; > hopwever, I have not received back a response as of yet. > You may complain of the inelegance of this "solution" while you search for the config file: mkdir -p /usr/local/etc/apache24/libexec ln -s /usr/local/libexec/apache24 /usr/local/etc/apache24/libexec --000000000000f568b405fa017e3a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr"><br></div><div class=3D"gmail_quote"><div= dir=3D"ltr" class=3D"gmail_attr">On Sun, Apr 23, 2023 at 10:03=E2=80=AFAM = Gerard E. Seibert <<a href=3D"mailto:jerry@seibercom.net">jerry@seiberco= m.net</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"ma= rgin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:= 1ex">certbot 2.4.0<br> FreeBSD 13.2-RELEASE<br> <br> After recently updating to FreeBSD 13.2, certbot has stopped working<br> correctly. I can supply the entire log file; however, I believe this<br> might be the pertinent part:<br> <br> FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/etc= /apache24/libexec/apache24/mod_ssl.so'<br> 2023-04-23 08:28:29,481:WARNING:certbot_apache._internal.configurator:Unabl= e to read ssl_module file; not disabling session tickets.<br> 2023-04-23 08:28:29,482:DEBUG:certbot._internal.plugins.selection:Single ca= ndidate plugin: * apache<br><br> The correct path would be: /usr/local/libexec/apache24/mod_ssl.so<br> <br> How can I correct this problem? I have posed on the 'letencrypt' fo= rum;<br> hopwever, I have not received back a response as of yet.<br></blockquote><d= iv><br></div><div>You may complain of the inelegance of this "solution= " while you search for the config file:<br><br>mkdir -p /usr/local/etc= /apache24/libexec<div>ln -s /usr/local/libexec/apache24 /usr/local/etc/apac= he24/libexec</div><div><br></div><div><br></div>=C2=A0</div></div></div> --000000000000f568b405fa017e3a--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHu1Y7212n9xNTkgTXBkjmKCQf-gi1U8FZEgqxt-PJQCRuVVFw>