source-controller/internal/helm/getter
cappyzawa 683719d33c
Remove ServerName pinning from TLS config
Remove ServerName pinning functionality that can cause TLS
verification failures in production environments with redirects,
proxies, and multi-host scenarios.

The Go standard library automatically handles SNI and hostname
verification based on the actual connection target, providing
better compatibility and security than fixed ServerName values.

Signed-off-by: cappyzawa <cappyzawa@gmail.com>
2025-08-14 22:52:50 +09:00
..
client_opts.go Remove ServerName pinning from TLS config 2025-08-14 22:52:50 +09:00
client_opts_test.go Remove ServerName pinning from TLS config 2025-08-14 22:52:50 +09:00