Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix certificate acquisition when listen sockets are passed | Alan Pearce | 2024-06-29 | -18/+28 |
| | ||||
* | tls: strip IPv6 brackets before enabling certmagic | Alan Pearce | 2024-06-29 | -1/+6 |
| | ||||
* | use socket passing also for TLS | Alan Pearce | 2024-06-28 | -5/+5 |
| | ||||
* | log configured HTTP/S ports instead of defaults | Alan Pearce | 2024-06-28 | -2/+2 |
| | ||||
* | remove firewall warning on macOS | Alan Pearce | 2024-06-27 | -0/+1 |
| | ||||
* | avoid redirect chains (http -> https, host1 -> host2) | Alan Pearce | 2024-06-27 | -14/+50 |
| | ||||
* | require only ACME_CA for TLS in development | Alan Pearce | 2024-06-27 | -5/+13 |
| | | | | | It makes sense to add the CA root certificate to the system trust store so that user agents don't produce warnings | |||
* | enable TLS for local development (using caddy as acme server) | Alan Pearce | 2024-06-26 | -18/+48 |
| | ||||
* | set default TLS server name | Alan Pearce | 2024-06-26 | -0/+1 |
| | ||||
* | build with ko instead of nix | Alan Pearce | 2024-06-25 | -0/+2 |
| | ||||
* | handle TLS in server with ACME | Alan Pearce | 2024-06-24 | -0/+47 |