aboutsummaryrefslogtreecommitdiff
path: root/src/tls_util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix duplicate Host header issuedocker-34Alex Auvolat2022-01-251-1/+4
| | | | | - disable http2 to backend connections even when using tls - forbid hyper from adding a host header
* Actually that was quite a stupid way of handling timeoutsdocker-33Alex Auvolat2022-01-241-2/+5
|
* Improved management of ACME orders and certificate pre-expiration periodAlex Auvolat2021-12-091-6/+3
|
* Support totally ignoring backend HTTPS certificate stuffAlex Auvolat2021-12-081-0/+79