mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Removed no_simple_http_tls
This commit is contained in:
@@ -72,8 +72,7 @@ to serve all files under specified web root ({0})."""
|
||||
return os.path.join(self.full_root, achall.chall.encode("token"))
|
||||
|
||||
def _perform_single(self, achall):
|
||||
response, validation = achall.gen_response_and_validation(
|
||||
tls=(not self.config.no_simple_http_tls))
|
||||
response, validation = achall.gen_response_and_validation(tls=False)
|
||||
path = self._path_for_achall(achall)
|
||||
logger.debug("Attempting to save validation to %s", path)
|
||||
with open(path, "w") as validation_file:
|
||||
|
||||
@@ -48,7 +48,6 @@ class BaseRenewableCertTest(unittest.TestCase):
|
||||
config_dir=self.tempdir,
|
||||
work_dir=self.tempdir,
|
||||
logs_dir=self.tempdir,
|
||||
no_simple_http_tls=False,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user