-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
Removing a name from the TLS certificates page is not possible. The validation request hits a timeout error.
Steps to reproduce
In TLS certificates page
- Add name
uno1.nicolatest.it - Add name
rl1.nicolatest.it - Add name
due1.nicolatest.it - Remove name
uno1.nicolatest.it
Expected behavior
A new certificate request for the remaining names rl1.nicolatest.it and due1.nicolatest.it is issued to Let's Encrypt.
Actual behavior
Traefik doesn't issue a new certificate request and after 30 seconds the validation procedure times out:
Aug 08 12:27:56 rl1 agent@traefik1[31724]: Timeout after about 30 seconds. Certificate not obtained for ['rl1.nicolatest.it', 'due1.nicolatest.it'].
Components
- Traefik 3.2.1
See also
Thanks to @nrauso
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done