Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/286.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在iss中托管后,客户端应用程序未重定向到Identity Server 4_C#_Asp.net Core_Identityserver4 - Fatal编程技术网

C# 在iss中托管后,客户端应用程序未重定向到Identity Server 4

C# 在iss中托管后,客户端应用程序未重定向到Identity Server 4,c#,asp.net-core,identityserver4,C#,Asp.net Core,Identityserver4,客户端应用程序(core 3.1)在托管到iis后不会重定向到Identity Server 4(core 3.1)应用程序。有谁能告诉我原因吗 例外情况: --->System.IO.IOException:IDX20804:无法从以下位置检索文档:“https://***********/IdentityServer/.well-known/openid配置” --->System.Net.Http.HttpRequestException:无法建立SSL连接,请参阅内部异常 --->Sys

客户端应用程序(core 3.1)在托管到iis后不会重定向到Identity Server 4(core 3.1)应用程序。有谁能告诉我原因吗

例外情况:

--->System.IO.IOException:IDX20804:无法从以下位置检索文档:“https://***********/IdentityServer/.well-known/openid配置”

--->System.Net.Http.HttpRequestException:无法建立SSL连接,请参阅内部异常


--->System.Security.Authentication.AuthenticationException:根据验证过程,远程证书无效

谢谢您,因为错误显示:

System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
您使用的证书无效,因此请重新检查有效性并使用有效的证书。

错误提示:

System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.

您正在使用的证书无效,因此请重新检查有效性并使用有效的证书。

是否可以发布您收到的错误日志?根据验证过程,远程证书无效。请检查证书的有效性。如果它是有效的,并且您仍然收到此错误,请尝试以下链接:谢谢您的回复。它帮助我解决了问题。我可以提供帮助,您可以将您得到的解决方案作为此问题的答案发布。这对别人会有帮助的!干杯您可以发布您正在获取的错误日志吗?根据验证过程,远程证书无效。请检查证书的有效性。如果它是有效的,并且您仍然收到此错误,请尝试以下链接:谢谢您的回复。它帮助我解决了问题。我可以提供帮助,您可以将您得到的解决方案作为此问题的答案发布。这对别人会有帮助的!干杯