Adoxio / xRM-Portals-Community-Edition

The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
MIT License
107 stars 60 forks source link

Issue 6 Switched the default security protols to use TLS1.2 or TLS 1.1 #49

Closed slautebach closed 6 years ago

slautebach commented 6 years ago

Fixes current issue 6 https://github.com/Adoxio/dynamics-portal-companion-app/issues/6

Changing the default security protocol to include TLS 1.2, which is now required to connect to Dynamics 365 Online as per https://blogs.msdn.microsoft.com/crm/2017/09/28/updates-coming-to-dynamics-365-customer-engagement-connection-security/

amervitz commented 6 years ago

The upgrade to .NET 4.7 in issue #32 was supposed to make TLS 1.2 be used by default. We need to research why that isn't happening before deciding whether to use this change you've submitted.