index
:
website
this commit
main
postdate
My website
Gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
/
server
/
tls.go
Commit message (
Expand
)
Author
Age
Lines
*
extract listenfd library
Alan Pearce
2024-07-02
-1
/
+1
*
fix inconsistent handling of IPv6 listen address
Alan Pearce
2024-07-02
-6
/
+1
*
enable filtered debug logging via DEBUG="component.*"
Alan Pearce
2024-06-29
-3
/
+4
*
pass logger to certmagic
Alan Pearce
2024-06-29
-0
/
+3
*
set timeouts for secondary (http) server
Alan Pearce
2024-06-29
-23
/
+15
*
change error package
Alan Pearce
2024-06-29
-1
/
+1
*
rename go module
Alan Pearce
2024-06-29
-2
/
+3
*
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
*
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