0

我正在使用谷歌 SSO 类实用程序。禁用服务器 TLS1.0、TLS1.1 和 RC4 后,出现 google SSO 功能错误。如何解决问题?错误在这里:

你调用的对象是空的。说明:执行当前 Web 请求期间发生未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。

异常详细信息:System.NullReferenceException:对象引用未设置为对象的实例。

源错误:

第 116 行:catch (WebException ex) 第 117 行:{ 第 118 行:使用 (var reader = new System.IO.StreamReader(ex.Response.GetResponseStream())) 第 119 行:{ 第 120 行:var responseText = reader.ReadToEnd( );

源文件:d:\wwwroot\Info\googleSSO\SSOcallback.aspx.cs 行:118

堆栈跟踪:

[NullReferenceException:对象引用未设置为对象的实例。] d:\wwwroot\Info\googleSSO\SSOcallback.aspx.cs:118 中的 GoogleSSO.Utility.GetTokenFromCode(String code, String ClientId, String ClientSecret, String redirect_uri) WebApplication1.SSOcallback.Page_Load(Object sender, EventArgs e) in d:\wwwroot\Info\googleSSO\SSOcallback.aspx.cs:24 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web .UI.Control.OnLoad(EventArgs e) +95 System.Web.UI.Control.LoadRecursive() +59 System.Web.UI.Page.ProcessRequestMain(布尔includeStagesBeforeAsyncPoint,布尔includeStagesAfterAsyncPoint) +678

4

0 回答 0