Skip to content

Let's Encrypt - Propagation Seconds (GUI) not applied for Active24 DNS challenge #4711

@elvisek2020

Description

@elvisek2020

Checklist


Describe the bug

When using the initial wizard to request a Let's Encrypt certificate via DNS Challenge (specifically with Active24), the value entered in the Propagation Seconds field is ignored. Certbot starts DNS validation almost immediately, regardless of what value is entered.

From UI, it appears that the value is acknowledged (e.g. "Waiting up to 600 seconds"), but the challenge is still sent within ~2 seconds. This leads to No TXT record found errors due to insufficient DNS propagation time.


Nginx Proxy Manager Version
jc21/nginx-proxy-manager:latest (tested with version 2.12.6)


To Reproduce

  1. Open the SSL Certificate wizard (before saving any entries to DB).
  2. Select Active24 as DNS provider.
  3. Set a value in Propagation Seconds (e.g. 600).
  4. Complete required fields and start certificate request.
  5. Observe logs and certbot behavior: DNS validation starts too early and fails.

Expected behavior

Certbot should be instructed to wait the specified number of seconds before attempting DNS validation. For Active24, this means passing: –dns-active24-propagation-seconds 600
to the underlying certbot call.


Screenshots

N/A – but can provide if needed.


Operating System

Docker on Debian 12 (but container logic is NPM-specific)


Thank you for your awesome work! Happy to assist with debugging or testing fixes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions