baliasnyifeliks 0c06d065d5 refactor(http): migrate from HttpClientHandler to SocketsHttpHandler
Update SSL certificate validation approach to use SslClientAuthenticationOptions
with a custom validation callback. This modernizes the HTTP client implementation
while maintaining the same security behavior of accepting all certificates.

BREAKING CHANGE: The underlying HTTP handler implementation has changed from
HttpClientHandler to SocketsHttpHandler, which may affect behavior in edge cases
2026-01-14 12:58:57 +02:00
..