Date: Sat, 03 May 2025 10:07:26 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 252776] security/py-certbot-apache: Looking in wrong location for Apache ssl_module Message-ID: <bug-252776-21822-X93Zq99xVx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252776-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-252776-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252776 doorsfan <yura_doorsfan@mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yura_doorsfan@mail.ru --- Comment #1 from doorsfan <yura_doorsfan@mail.ru> --- Hi, all! Looks, bug stil persists: certbot --version certbot 3.2.0 crucial httpd.conf options: ServerRoot "/usr/local" LoadModule ssl_module libexec/apache24/mod_ssl.so mod_ssl located: ls -lfa /usr/local/libexec/apache24/mod_ssl.so -rwxr-xr-x 1 root wheel 238944 Jan 28 16:43 /usr/local/libexec/apache24/mod_ssl.so but certbot is still looking in wrong path: FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/etc/apache24/libexec/apache24/mod_ssl.so' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252776-21822-X93Zq99xVx>