poshbotio / PoshBot

Powershell-based bot framework
MIT License
536 stars 108 forks source link

Adjusted the TLS12 method based on discussions in Slack Chat #204

Closed adrian-andersson closed 4 years ago

adrian-andersson commented 4 years ago

Adjusted the TLS12 method based on discussions in Slack Chat

Description

As per PowerShell Slack conversation, improve the TLS1.2 implementation

Related Issue

Motivation and Context

TLS Support in SLACK is deprecated for anything less than 1.2, which resulted in a conversation around TLS1.2 implementation in the PowerShell slack channel for ChatOps, which resulted in this suggested change

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

devblackops commented 4 years ago

Thanks @adrian-andersson! 👍