Go 1.17 is making TLS configuration easier and safer by automating TLS cipher suite preference ordering.| go.dev
Configure Vault to listen on a TCP address and port.| TCP listener configuration | Vault | HashiCorp Developer
Learn how to configure HTTPS for devices in your Tailscale network.| Tailscale
Go uses the net.Conn interface to abstract different types of network connections. A net.Conn has both Read and Write methods, and is usable as an io.Reader and an io.Writer. Some common implementations of net.Conn are net.TCPConn, which uses TCP to provide reliable streams, and tls.Conn, which wraps an existing net.Conn and uses TLS to provide secure streams. A net.Conn object is usually created with a Dialer object, or with the net.| dadrian.io
Policy-based control for cloud native environments| Open Policy Agent
type ClientConn ¶| pkg.go.dev
[ 2022-May-23 10:19 ]| www.evanjones.ca