Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Update code to set TLS1.2 #643

Closed
2 tasks done
aaronparker opened this issue Mar 20, 2024 · 0 comments
Closed
2 tasks done

[Enhancement]: Update code to set TLS1.2 #643

aaronparker opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aaronparker
Copy link
Owner

What happened?

Update use of [System.Net.ServicePointManager]::SecurityProtocol to enable Tls1.2, to be consistent across all scripts with the use of the following:

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072

Version

2403.889

What PowerShell edition/s are you running Evergreen on?

PowerShell Core, Windows PowerShell

Which operating system/s are you running Evergreen on?

Windows 10+

Have you reviewed the documentation?

Verbose output

N/A
@aaronparker aaronparker added the enhancement New feature or request label Mar 20, 2024
aaronparker added a commit that referenced this issue Mar 20, 2024
Use "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072"
@aaronparker aaronparker mentioned this issue Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant