You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A server side Blazor app that I created in VS 2019 Preview works fine locally, and it also works fine on the production server without SSL. However, when I added SSL certificate (through load balancer on AWS) Blazor no longer connects. If I change from https to http, then Blazor connects ok, so it is definitely an issue with the SSL. It is a purchased store certificate that validates on SSL checkers, and all other features of site work fine with SSL, it is just Blazor connection. Any idea how this can be fixed? I've attached a screenshot.