Twitter登录后,远程证书无效

时间:2015-11-13 16:44:06

标签: asp.net twitter asp.net-identity

关注thisthis我能够让ASP.NET身份与Google和LinkedIn合作登录,但我在Twitter上遇到了麻烦。

我在Twitter上设置了一个应用程序,但它不会将localhost(因为我现在只是做dev)作为网站和回调网址的有效网址,所以我尝试了:

https://127.0.0.1:44301

https://127.0.0.1:44301/signin-twitter

让我注册我的应用程序。但是在我的ASP.NET应用程序中,当我单击twitter按钮登录时,我得到:

The remote certificate is invalid according to the validation procedure.

那么在我的dev(localhost)机器上运行时,如何让Twitter发挥出色呢?谷歌和LinkedIn没有任何问题。

0 个答案:

没有答案