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