fix(smart-proxy): provision certificates for wildcard domains instead of skipping them

This commit is contained in:
2026-02-13 12:02:47 +00:00
parent cbde778f09
commit e774ec87ca
4 changed files with 40 additions and 44 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-13 - 23.1.5 - fix(smart-proxy)
provision certificates for wildcard domains instead of skipping them
- Removed early continue that skipped domains containing '*' in the domain loop
- Now calls provisionFn for wildcard domains so certificate provisioning can proceed for wildcard hosts
- Fixes cases where wildcard domains never had certificates requested
## 2026-02-12 - 23.1.4 - fix(tests)
make tests more robust and bump small dependencies