簡體   English   中英

無法建立 SSL 連接

[英]The SSL connection could not be established

我在我的 .NET 應用程序中使用第三方庫 ( MinIo dotnet SDK )。 我在本地主機上成功發送請求,但在 IIS 服務器上發布時,請求遇到以下錯誤。

MinIO API responded with message=Connection error:The SSL connection could not be established, see inner exception.. Status code=0, response=The SSL connection could not be established, see inner exception., content=

本周這里有同樣的問題。

我們必須在運行應用程序的機器上安裝用於 minio/S3 服務器的(根)證書。

如果不想使用 SSL,則必須使用 MinioClient.WithSsl(false)。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM