Friday, 19 March 2021

無法從傳輸連接讀取資料: 遠端主機已強制關閉一個現存的連線。

 【Problem】無法從傳輸連接讀取資料: 遠端主機已強制關閉一個現存的連線。

【Solution】

TLS傳輸的議題,呼叫前,加入下面段落,即可獲得解決


ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 |

                                                           SecurityProtocolType.Tls |

                                                           SecurityProtocolType.Tls11 |

                                                           SecurityProtocolType.Tls12;

No comments:

Post a Comment

IIS HTTP Error 403.18

 HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the...