【问题标题】:FTPS suddenly failing across all Azure Web AppsFTPS 在所有 Azure Web 应用程序中突然失败
【发布时间】: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

【问题讨论】:

标签: ftp azure-web-app-service ftps


【解决方案1】:

首先,重新连接 FTP 和 FTPS 两种方式,有时这些连接不稳定,只需删除 FTPS 端点中的“s”,您将获得 FTP 端点。

如果仍然失败,您可以转到您的应用程序设置并检查您的 FTP 访问是否已禁用。

检查超时设置,在 FileZilla 客户端中设置,进入编辑、设置、连接、FTP,然后选中“发送 FTP 保持活动命令”复选框。

如果这些都不能解决,请配置防火墙设置。

希望对您有所帮助,如果您还有其他问题,请告诉我。

【讨论】:

  • 感谢乔治的建议。看起来它目前只是在微软的校园里才有问题。当我知道确切的细节时,我会再次更新。
【解决方案2】:

原来在网络上使用的交换机需要一个补丁。 IT 更新了一堆交换机,这个问题自己解决了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-01-05
    • 2019-03-17
    • 1970-01-01
    • 1970-01-01
    • 2021-12-06
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多