Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2023 09:57:28 -0400
From:      "Gerard E. Seibert" <jerry@seibercom.net>
To:        "User Questions" <questions@freebsd.org>
Subject:   certbot looking in the wrong directory
Message-ID:  <20230423095728.00001f36@seibercom.net>

next in thread | raw e-mail | index | archive | help
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:

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.



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