1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-11-23 22:04:57 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Umputun
75191307b1 fix: use alternative port for ACME HTTP challenge in CI environments
- Configure CertMagic to use RedirHTTPPort as AltHTTPPort for HTTP challenges
- Improve HTTP-to-HTTPS redirect handler to omit standard HTTPS port in URL
- Update tests to use random high-numbered ports for HTTP challenges
- Fix various linting issues in the code
2025-04-22 03:49:39 -05:00
Umputun
d563c2a648 fix: add timeouts and address race conditions in DNS challenge tests
- Add proper synchronization for DNS mock server
- Fix race condition with thread-safe token access
- Add timeouts to certificate acquisition to prevent test hanging
- Improve error handling in DNS server
- Normalize comments with unfuck-ai-comments
2025-04-19 12:32:36 -05:00
Yelshat Duskaliyev
72c8292d5f fix: issue new cert correctly in tests, added test for DNS-01 challenge 2025-03-08 05:04:18 +05:00
Yelshat Duskaliyev
9f1fd3e86a feat: added test ca and http-01 challenge test 2025-03-08 05:04:18 +05:00
Yelshat Duskaliyev
a722b3c26d feat: moved autocert init to dedicated package 2025-03-08 05:04:18 +05:00
Yelshat Duskaliyev
0658da2c31 feat: added caddy's certmagic manager 2025-03-08 05:01:35 +05:00
Umputun
075f66825a update linter and address all lint warns 2021-11-09 12:47:41 -06:00
Umputun
79f0514294 lint: multiple warns 2021-04-03 01:00:09 -05:00
Umputun
96e5cd2e6b WIP: add 3 types of server 2021-04-02 03:13:49 -05:00