SSL Issues with a Blazor App Running On IIS

Biggers 0 Reputation points
2023-02-07T15:41:55.66+00:00

I have a Blazor Server applictaion running on IIS using an Origin SSL certificate. We also manage our domains through Cloudflare. Everything was working perfectly for roughly two weeks on a new server, and over a month on an older server. Then we started experiencing some serious issues:

Recently we have had ocassional issues with Cloudflare kicking back a 526 error, an error specific to Cloudflare noting that they are unable to validate the SSL certificate. The cert is valid, as other sites are using it as well. The problem is intermittent, and once it occurs on the Blazor site, the other sites on the domain also hosted in IIS start to have issues as well (most notably, not loadig javascript files) and/or the 526 Error (invalid SSL Certificate).

It is a NetCoreApp3.1 project. Blazor Server.

Windows development Internet Information Services
Developer technologies .NET Blazor
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.