tailscale / tscert

Minimal package for just the HTTPS cert fetching part of the Tailscale client API
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

This package no longer works on Windows #4

Closed Zaba closed 1 year ago

Zaba commented 1 year ago

Since version v1.32.3, the Tailscale client on Windows no longer listens on localhost port 41112. But this package had never been updated to use named pipes instead. This seems to make Caddy unable to retrieve the HTTPS certificates on Windows.

bradfitz commented 1 year ago

/cc @maisem @dblohm7

bradfitz commented 1 year ago

Sent https://github.com/caddyserver/caddy/pull/5331 too.

Zaba commented 1 year ago

This was amazingly quick! Thank you very much!