我创建了一个asp.net MVC 4 Internet应用程序并启用了Google身份验证。
成功登录后,OAuthWebSecurity.VerifyAuthentication方法中的“IsSuccessful”属性值始终为false。
当我在另一台机器上运行相同的解决方案时,它工作正常。
我也关闭了我的防火墙并尝试过,没有运气。
我追踪并发现OAuthWebSecurity.VerifyAuthentication方法中发生了一些异常。
以下是例外情况:
DotNetOpenAuth.Messaging.ProtocolException occurred
HResult=-2146233088
Message=Web request to 'https://www.google.com/accounts/o8/ud' failed.
Source=DotNetOpenAuth.Core
Inner Exception:
The request was aborted: Could not create SSL/TLS secure channel.
我真的很感激任何帮助。