Raygun Feature Request

Feature Request

TLS 1.2 Changes: Make requirement to set TLS version more prominent

Current Status:

New

Votes:

4


Avatar

bgx

I am evaluating Crash Reporting for ASP.NET MVC. Sending server side error reports worked fine from my development machine, but when hosting the site on a server, which is set to use TLS 1.2 only (in anticipation of Microsoft Azure Hosting soon being switched to TLS 1.2 only by default), no errors were logged.

This was fixed by setting System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

However, this really should have been in the basic set-up instructions and flagged up as important, in particular since error logging seems to simply fail without trace or notification if a server is switched to TLS 1.2 only.

As far as I can see this is not mentioned at https://raygun.com/docs/languages/net/mvc


There are no comments.