tailscale / caddy-tailscale

A highly experimental exploration of integrating Tailscale and Caddy.
Apache License 2.0
425 stars 44 forks source link

transport: add TLS support #52

Closed willnorris closed 6 months ago

willnorris commented 6 months ago

Implement reverseproxy.TLSTransport. We go ahead and store the provided TLSConfig object, but for now we only use it to indicate that we should use TLS. We don't actually use any of the provided values to configure the client.

Fixes #25