- SDK Version: 1.0.1
- Platform Version: Auth0.AspNetCore.Auth / Linux Debian 10
I implemented a website with dotnet core, and it was working until 2 days ago.
Now I’m getting that error:
AuthenticationException: The remote certificate is invalid according to the validation procedure
HttpRequestException: The SSL connection could not be established, see inner exception.
IOException: IDX20804: Unable to retrieve document from: '[PII is hidden
InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden
the code:
await HttpContext.ChallengeAsync(Auth0Constants.AuthenticationScheme, authenticationProperties);