🔒 Fix Let's Encrypt ACME challenge for SSL certificates

- Add .well-known/ path exclusion in proxy_handler
- Prevent quoter from intercepting ACME challenge requests
- Fix CI/CD build without sudo access
- Add comprehensive SSL troubleshooting documentation

Resolves: SSL certificate generation failure for files.dscrs.site
This commit is contained in:
2025-09-02 11:09:52 +03:00
parent 8483938220
commit 6c03863a86
4 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
## [0.5.2] - 2025-09-02
### Fixed
- 🔒 **ИСПРАВЛЕНО**: Поддержка Let's Encrypt ACME challenge для SSL сертификатов
- 🔒 **ДОБАВЛЕНО**: Исключение `.well-known/` путей из proxy_handler для корректной работы ACME
- 🔧 **УЛУЧШЕНО**: Логирование ACME challenge запросов
- 🚀 **ИСПРАВЛЕНО**: CI/CD оптимизация для работы без sudo в Gitea runner
- 🚀 **ДОБАВЛЕНО**: Проверка доступной памяти в CI процессе
## [0.5.1] - 2025-09-02
### Fixed