michelderooij / Get-EventSession

Script to assist in downloading Microsoft event contents or return session information.
MIT License
69 stars 29 forks source link

Inspire2022 works! but does not work for inspire2021 or inspire2020 #23

Closed tschrist closed 1 year ago

tschrist commented 1 year ago

example output:

_PS C:\Scripts> .\Get-EventSession.ps1

cmdlet Get-EventSession.ps1 at command pipeline position 1 Supply values for the following parameters: Event: Inspire2020 Using proxy address http://proxy-us.intel.com:911 Using download path: C:\Inspire2020 Running self-update of youtube-dl.exe

ffmpeg.exe located at C:\Scripts\ffmpeg.exe Reading session catalog Problem retrieving session catalog: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. At C:\Scripts\Get-EventSession.ps1:1157 char:13

grzglo commented 1 year ago

Same issue here, both on SystemDefault settings and script TLS set (line 560: [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls").

Issue occurs only for Ignite and not for other events.

grzglo commented 1 year ago

Issue occurs only for Ignite and not for other events.

"https://api.myignite.microsoft.com/" gives 404.

grzglo commented 1 year ago

"https://api.myignite.microsoft.com/" gives 404.

Correct address is "https://api.ignite.microsoft.com/".

michelderooij commented 1 year ago

Modified endpoints for older Ignite and Inspire events