在iis中托管后,客户端应用程序(核心3.1)不会重定向到Identity Server 4(核心3.1)应用程序。有人能告诉我原因吗?
例外情况:
-> System.IO.IOException: IDX20804:无法从以下位置检索文档:'https://***********/IdentityServer/.well-known/openid-configuration'。
-> System.Net.Http.HttpRequestException:无法建立SSL连接,请参见内部异常。
-> System.Security.Authentication.AuthenticationException:根据验证流程,远程证书无效。
谢谢
发布于 2020-05-05 14:46:13
如错误所示:
System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.您正在使用的证书无效,请重新检查证书的有效性并使用有效的证书。
https://stackoverflow.com/questions/61119782
复制相似问题