我正在開發一個應用程序,它使用Facebook和Twitter登錄作爲註冊帳戶的方式之一,前幾天它突然停止工作。 它使用OAuth作爲身份驗證方法。 我檢查了鑰匙,他們沒有改變,有沒有人有過這方面的經驗? 我現在得到這個錯誤:Twitter登錄 - 根據驗證程序,遠程證書無效
The remote certificate is invalid according to the validation procedure.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
Quote:_「請查看堆棧跟蹤以獲取有關該錯誤的更多信息以及源代碼的位置。」_ – CBroe