about summary refs log tree commit diff stats
path: root/internal/server/tls.go
Commit message (Expand)AuthorAgeLines
* redirect to same host even if it doesn't have a portAlan Pearce5 hours-6/+6
* fix HTTP->S redirects on standard portAlan Pearce5 hours-1/+6
* oopsAlan Pearce5 hours-0/+1
* make HTTP->S redirects use same host only for HSTSAlan Pearce5 hours-4/+24
* extract listenfd libraryAlan Pearce28 hours-1/+1
* fix inconsistent handling of IPv6 listen addressAlan Pearce28 hours-6/+1
* enable filtered debug logging via DEBUG="component.*"Alan Pearce4 days-3/+4
* pass logger to certmagicAlan Pearce4 days-0/+3
* set timeouts for secondary (http) serverAlan Pearce4 days-23/+15
* change error packageAlan Pearce4 days-1/+1
* rename go moduleAlan Pearce4 days-2/+3
* fix certificate acquisition when listen sockets are passedAlan Pearce4 days-18/+28
* tls: strip IPv6 brackets before enabling certmagicAlan Pearce4 days-1/+6
* use socket passing also for TLSAlan Pearce5 days-5/+5
* log configured HTTP/S ports instead of defaultsAlan Pearce5 days-2/+2
* remove firewall warning on macOSAlan Pearce6 days-0/+1
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce6 days-14/+50
* require only ACME_CA for TLS in developmentAlan Pearce6 days-5/+13
* enable TLS for local development (using caddy as acme server)Alan Pearce7 days-18/+48
* set default TLS server nameAlan Pearce7 days-0/+1
* build with ko instead of nixAlan Pearce8 days-0/+2
* handle TLS in server with ACMEAlan Pearce9 days-0/+47