mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
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