| FTP over TLS 0.9.51升级后, 进入管理面板, 会出现如下警告提示:Warning: FTP over TLS is not enabled, users cannot securely log in.
 表示未启用tls模式, 为此今天特别实地操作了一次.
 
 
 
 
 进入设置->ssl/tls设置. 
 选择1280bit 下边依次填 gz sz qss qss 3876307@qq.com 你的服务器IP 点浏览/BROUSE 选择一个目录 再点生成 生成一个新证书. 服务器地址用机器的ip即可.
  
 点击生成证书, 一会儿就提示成功.
 
 
 一般到了这一步,就可供宝塔FTP储存空间正常连接上了,下面的可以不看。 密钥的密码随意输入一个. 注意看下面有一个端口. 这是表示ssl, tls连接端口.
 最后点击左下的确认即可.
  over TLS is not enabled, users cannot securely " title="FTP over TLS is not enabled, users cannot securely " style="border-width: 0px; border-style: initial; list-style: none;"> 
 当你用sll 或者 tls连接时, 它会提示你证书信息, 你选择通过并且保存即可
  over TLS is not enabled, users cannot securely " title="FTP over TLS is not enabled, users cannot securely " style="border-width: 0px; border-style: initial; list-style: none;"> 
 FTP日志显示, tls加密连接成功..
  over TLS is not enabled, users cannot securely " title="FTP over TLS is not enabled, users cannot securely " style="border-width: 0px; border-style: initial; list-style: none;"> 
 默认的ftp模式, 21端口是无法连接的.
  over TLS is not enabled, users cannot securely " title="FTP over TLS is not enabled, users cannot securely " style="border-width: 0px; border-style: initial; list-style: none;"> 
 
 你会收到它的异常信息.  over TLS is not enabled, users cannot securely " title="FTP over TLS is not enabled, users cannot securely " style="border-width: 0px; border-style: initial; list-style: none;"> 
 
 Implicit SSL 端口为990, 可以连接. 这端口号也就是刚才设置中那个.explicit SSL 端口为21, 可以连接.
 explicit TLS 端口为21, 可以连接.
 个人推荐用: Implicit SSL 
 
 |