SteamRE / SteamKit

SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
GNU Lesser General Public License v2.1
2.6k stars 495 forks source link

Support HTTPS Content #404

Closed azuisleet closed 6 years ago

azuisleet commented 7 years ago

Via DepotDownloader

http://cs.steampowered.com/serverlist/0/10/ "https_support" "optional"

azuisleet commented 7 years ago

Sample certificate:

https://gist.github.com/azuisleet/82328599408f0f1761a041dc82a1a4e4

Can we wire in ServerCertificateValidationCallback somehow for completeness? How do we get it in .NET Standard?