mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #3447] websupportsk plugin not working correctly, API update needed? #2299
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lkxnon on GitHub (Jan 12, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3447
What provider would you like to see added to NPM?
Websupport.sk
Have you checked if a certbot plugin exists?
There is newer version of DNS Authenticator plugin for Certbot
https://pypi.org/project/certbot-dns-websupport/ (version certbot-dns-websupport 2.0.1).
Seems it is fork from version 0.1.6 used in NPM. I have tested this version 2.0.1 and it works fine from Docker.
This one seems to be faulty and it is quite outaded (2years). There are 404 errors when using this plugin.
This is error in logs from NPM when trying to use Websupport.sk plugin:
@pestig commented on GitHub (Jan 30, 2024):
+1
@setrin commented on GitHub (Jan 30, 2024):
I have created a pull request with updated plugins config:
https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3513
You can use and test this version, it has certbot-dns-websupport version 2.0.1
Unfortunately, for me the challenge fails. I can see the TXT record created in Websupport but I still get
"No TXT record found at _acme-challenge.sub.domain.sk",I have tried to increase Propagation Seconds to 90, but with no success.
I'm trying to create wildcard certificate for *.sub.domain.sk which has a A record directed at my server running NPM.
Any idea?
EDIT: Nevermind, increasing propagation time to 600 worked
@github-actions[bot] commented on GitHub (Sep 6, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@mincaeuro commented on GitHub (Oct 12, 2024):
+1
@github-actions[bot] commented on GitHub (May 27, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍
@pestig commented on GitHub (May 27, 2025):
+1
@misosec commented on GitHub (Jun 21, 2025):
+1
@mincaeuro commented on GitHub (Jun 27, 2025):
try to play with this value 'Propagation Seconds',
I've added there 120sec and now challenge its working.
@github-actions[bot] commented on GitHub (Jan 21, 2026):
Issue is now considered stale. If you want to keep it open, please comment 👍
@tomaswallentinus commented on GitHub (Feb 16, 2026):
Okey, uninstalling the old plugin and installing the new worked for me:
pip uninstall -y certbot-plugin-websupport
pip install certbot-dns-websupport