Cisco TAC First Responder script for Anyconnect. The hosted scripts streamline generation and transmission of diagnostic (DART) bundles from a user's computer to Cisco TAC.
MIT License
1
stars
0
forks
source link
SSL/TLS Error when running the script on Window Server #1
Issue: When running the script on Windows Powershell the user gets SSL/TLS Error
Script
Output
Cause Windows Powershell uses TLS 1.0 by default and the github website uses TLS 1.2 and TLS1.2 . TLS1.0 is long gone https://www.cdn77.com/tls-test/result?domain=https%3A%2F%2Fgithub.com
In order to fix the issue, the user must enable the TLS 1.2 and 1.3 on the CLI before running the script