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

16 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
Yelshat Duskaliyev
080fc12c7c feat: lower certmagic's logs to warn level 2025-03-08 05:04:18 +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
794f4aebca feat: log only warns and errors from certmagic 2025-03-08 05:04:18 +05:00
Yelshat Duskaliyev
ef07ba9e57 perf: moved the certmagic initialization back to proxy pkg 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
19b7c96905 fix: acme dns01 resolver configuration 2025-03-08 05:04:18 +05:00
Yelshat Duskaliyev
48977975b9 feat: added option for ttl 2025-03-08 05:04:18 +05:00
Yelshat Duskaliyev
26fb21fcdf feat: added dns providers 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
211fe15b8f add autocert details log 2021-05-04 12:51:07 -05:00
Umputun
9029b4d60f lint: multiple warns cleanup 2021-04-09 15:05:22 -05:00
Umputun
d45415080a allow custom https and http ports 2021-04-03 01:20:24 -05:00
Umputun
a316070eb6 add ssl suport 2021-04-03 00:22:54 -05:00
Umputun
96e5cd2e6b WIP: add 3 types of server 2021-04-02 03:13:49 -05:00