【问题标题】:Netsuite restlet calls from .Net Api started to give errors来自 .Net Api 的 Netsuite restlet 调用开始出现错误
【发布时间】:2017-10-24 02:36:57
【问题描述】:

我正在使用基于令牌的身份验证从我的 .Net WebAPI 调用 netsuite restlets。 它一直运行良好,但从昨天开始,我开始在 Netsuite 沙盒上收到以下错误。我没有看到任何可能导致这种情况的代码更改。谁能指出我正确的方向?

System.Net.Http.HttpRequestException:发送请求时出错。 ---> System.Net.WebException:底层连接已关闭:发送时发生意外错误。 ---> System.IO.IOException: Unable to read data from the transport connection: 一个现有的连接被远程主机强行关闭。 ---> System.Net.Sockets.SocketException: 现有连接被远程主机强行关闭

【问题讨论】:

    标签: api web netsuite


    【解决方案1】:

    可能是 TLS 问题,因为他们的沙盒已删除 TLS 1.0/1.1

    https://stackoverflow.com/a/46944838/266509

    【讨论】:

      【解决方案2】:

      我认为您可能正在寻找特定于 Netsuite / Suitescript 的答案,但如果它有帮助,以下是您正在阅读的异常字符串上的一个线程:

      An existing connection was forcibly closed by the remote host

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2021-06-22
        • 2016-11-07
        • 1970-01-01
        • 1970-01-01
        • 2016-01-19
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多