SpanningCloudApps / SB365-Powershell

Spanning Backup for Office 365 REST API PowerShell Module
https://spanning.com
Apache License 2.0
10 stars 5 forks source link

Added force to TLS 1.2 for session. #36

Closed SPMatthewMcD closed 3 years ago

SPMatthewMcD commented 3 years ago

I see that some users are having issues with their environments using less secure TLS 1 or 1.1. We have turned off support for TLS below 1.2 for API access. This minor update ensures that the session is using TLS 1.2 (or SystemDefault). If it turns out that this is not sufficient, I'll change it again and just force TLS 1.2. Closes #34