Files
netbird/proxy/internal
mlsmaycon 99e6b1eda4 attempt to trigger ssl before first request
1. When AddDomain() is called (when proxy receives a new mapping), it now spawns a goroutine to prefetch the certificate
  2. prefetchCertificate() creates a synthetic tls.ClientHelloInfo and calls GetCertificate() to trigger the ACME flow
  3. The certificate is cached by autocert.DirCache, so subsequent real requests will use the cached cert
  4. If the cert is already cached (e.g., proxy restart), GetCertificate just returns it without making ACME requests
2026-02-08 10:59:36 +01:00
..
2026-02-08 17:49:03 +08:00
2026-02-04 22:18:45 +08:00
2026-02-04 22:18:45 +08:00
2026-02-08 17:49:03 +08:00