Skip site navigation (1)Skip section navigation (2)
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>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Sun, Apr 23, 2023 at 10:03 AM 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

[-- Attachment #2 --]
<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Apr 23, 2023 at 10:03 AM Gerard E. Seibert &lt;<a href="mailto:jerry@seibercom.net">jerry@seibercom.net</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin: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: &#39;/usr/local/etc/apache24/libexec/apache24/mod_ssl.so&#39;<br>
2023-04-23 08:28:29,481:WARNING:certbot_apache._internal.configurator:Unable to read ssl_module file; not disabling session tickets.<br>
2023-04-23 08:28:29,482:DEBUG:certbot._internal.plugins.selection:Single candidate 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 &#39;letencrypt&#39; forum;<br>
hopwever, I have not received back a response as of yet.<br></blockquote><div><br></div><div>You may complain of the inelegance of this &quot;solution&quot; 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/apache24/libexec</div><div><br></div><div><br></div> </div></div></div>
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHu1Y7212n9xNTkgTXBkjmKCQf-gi1U8FZEgqxt-PJQCRuVVFw>