Working with some older Cisco ASA devices, I'm trying to access the ASDM interface. The browser isn't giving me luck, so I turned to PowerShell to help me, but I get the following error when trying an Invoke-WebRequest to grab the asdm.jnlp file I need.
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Eh, ok. My first thought was to somehow avoid a certificate check but I did not see a native way of doing this with Invoke-WebRequest
Continue Reading...