使用ftps时php包含错误(ssl/tls上的ftp)

使用ftps时php包含错误(ssl/tls上的ftp),php,ssl,ftp,include,Php,Ssl,Ftp,Include,我尝试包含来自远程服务器的文件。当我使用普通ftp时,一切都很好。当我尝试使用ftps时 <?php $erg = include("ftps://user:pw@ftp.doamin.de/files/toinclude.php"); ?> 当我使用filezilla连接时,ftpserver能够在“ftp over tls”模式下工作。 在Web服务器上,openssl在此版本中激活:openssl 1.0.1f 2014年1月6日 我已经在网上和这个网站上搜索了很长一段时

我尝试包含来自远程服务器的文件。当我使用普通ftp时,一切都很好。当我尝试使用ftps时

<?php
  $erg = include("ftps://user:pw@ftp.doamin.de/files/toinclude.php");
?>
当我使用filezilla连接时,ftpserver能够在“ftp over tls”模式下工作。 在Web服务器上,openssl在此版本中激活:openssl 1.0.1f 2014年1月6日

我已经在网上和这个网站上搜索了很长一段时间,但没有成功

lg grischan

Warning: include(): SSL operation failed with code 1. OpenSSL Error messages: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure in /var/www/html/includetest.php on line 10
Warning: include(ftps://...@ftp.domain.de/files/toinclude.php): failed to open stream: Unable to activate SSL mode in /var/www/html/includetest.php on line 10