Date: Wed, 01 Apr 2026 08:58:23 +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-W7POQ4zY6L@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252776-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252776 Oleg Streejak <oleg@pcbtech.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #264609|0 |1 is patch| | --- Comment #4 from Oleg Streejak <oleg@pcbtech.ru> --- Comment on attachment 264609 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=264609 proposed patch diff --git a/security/py-certbot-apache/files/patch-src_certbot__apache___internal_configurator.py b/security/py-certbot-apache/files/patch-src_certbot__apache___internal_configurator.py new file mode 100644 index 000000000000..3cf247c93e9a --- /dev/null +++ b/security/py-certbot-apache/files/patch-src_certbot__apache___internal_configurator.py @@ -0,0 +1,11 @@ +--- src/certbot_apache/_internal/configurator.py.orig 2025-08-05 18:57:48.000000000 +0300 ++++ src/certbot_apache/_internal/configurator.py +@@ -318,7 +318,7 @@ + return self._openssl_version + # Step 1. Determine the location of ssl_module + try: +- ssl_module_location = self.parser.modules['ssl_module'] ++ ssl_module_location = '/'.join((self.parser.get_arg(self.parser.find_dir('ServerRoot')[0]),self.parser.modules['ssl_module'])) + except KeyError: + if warn_on_no_mod_ssl: + logger.warning("Could not find ssl_module; not disabling session tickets.") -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252776-21822-W7POQ4zY6L>
