mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-23 19:40:02 -05:00
ServerCertificateValidationCallback on the ServicePointManager is not supported in .NET Core and outgoing https requests will fail if the certificate is not trusted. This adds the equivalent functionality