From f1985bb01d7ea6a6444c0d34854c5c1b70536a76 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 16 Jan 2026 13:32:45 -0800 Subject: [PATCH] add link to useful convo (#10540) i don't think the conversation at https://github.com/certbot/certbot/pull/10495#discussion_r2699618989 is urgent/important enough to make a github issue for it, but i also feel like it's worth keeping a link around in case any devs have problems with this code in the future. i think there was some good ideas in there i don't think this PR requires two reviews --- certbot-ci/src/certbot_integration_tests/utils/proxy.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/certbot-ci/src/certbot_integration_tests/utils/proxy.py b/certbot-ci/src/certbot_integration_tests/utils/proxy.py index 9779b3eb4..a583938c4 100644 --- a/certbot-ci/src/certbot_integration_tests/utils/proxy.py +++ b/certbot-ci/src/certbot_integration_tests/utils/proxy.py @@ -1,5 +1,10 @@ #!/usr/bin/env python # pylint: disable=missing-module-docstring +# +# Note: If you're having trouble with this module, there was some discussion +# about how it could be ripped out entirely at +# https://github.com/certbot/certbot/pull/10495#discussion_r2699618989 that you +# may want to read. import http.server as BaseHTTPServer import json