https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252776
Oleg Streejak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #264609|0 |1 is patch| | --- Comment #4 from Oleg Streejak <[email protected]> --- 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.
