ryan-jan / MSCatalog

PowerShell module for searching and downloading offline updates from https://www.catalog.update.microsoft.com
MIT License
58 stars 16 forks source link

Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a send. #8

Closed ryan-jan closed 2 years ago

ryan-jan commented 2 years ago

SSL settings appear to have changed recently on the catalog.update.microsoft.com causing the following error if your PowerShell session does not allow TLS12 or higher.

Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a send.

Work is underway to implement a fix in the MSCatalog code.

ryan-jan commented 2 years ago

Resolved by #9