【发布时间】:2019-01-17 02:07:18
【问题描述】:
我有超过 10 个 Azure Web 应用程序,我已经能够手动将文件上传到使用 FTPS 超过 3 年。现在突然在 Mac 客户端和 Win10 客户端以及其他人的计算机上,我们都遇到了阻止手动访问的相同错误。这也发生在多个订阅中。据我所知,管道仍在使用 ZipDeploy 发布,没有任何问题,所以这似乎是唯一的 FTP/FTPS 问题。
Status: Resolving address of waws-prod-dm1-081.ftp.azurewebsites.windows.net
Status: Connecting to xxx.xxx.xxx.xxx:990...
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS connection established, waiting for welcome message...
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (40,69,166,81,39,156).
Command: LIST
Response: 150 Opening BINARY mode data connection.
Error: GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: The data connection could not be established: ECONNABORTED - Connection aborted
Response: 550 The network connection was aborted by the local system.
Error: Failed to retrieve directory listing
【问题讨论】:
-
以防最近发生变化,我按照docs.microsoft.com/en-us/azure/app-service/deploy-ftp 上的说明进行操作,但在连接 FTPS 时应用和用户凭据都无法正常工作
-
请将您的问题移至Super User(在此处删除,在此处重新发布)。这是off-topic here。
标签: ftp azure-web-app-service ftps