StoreDev / StoreLib

Storelib is a DotNet library that provides APIs to interact with the various Microsoft Store endpoints.
Mozilla Public License 2.0
139 stars 47 forks source link

Ignore SSL errors #1

Closed tuxuser closed 4 years ago

tuxuser commented 4 years ago

Non-Windows operating systems dont have the matching "Windows Update Server" certificates in the system-certificate-storage. Without those, certificate validation will fail.

This implements a hack that simply ignores the SSL errors.