1
0
Fork 0

Add pass_headers support to FastCGI plugin

This commit is contained in:
Joao Gilberto Magalhaes 2026-06-25 22:34:51 -04:00
parent 91da35650d
commit 5eee2fcf19
4 changed files with 135 additions and 17 deletions

View file

@ -920,7 +920,7 @@ class TestACME:
"""Test that Pebble successfully issues a certificate"""
# Wait for certificate issuance (Certbot runs in background loop)
# Typical time: 10-15 seconds from container start
max_retries = 30
max_retries = 60
check_interval = 1
has_success = False