ID: 28754
Updated by: [EMAIL PROTECTED]
Reported By: toppi at kacke dot de
-Status: Open
+Status: Feedback
Bug Type: Sockets related
Operating System: linux/unix
PHP Version: 4.3.4
New Comment:
Please update first to PHP 4.3.7!!
Previous Comments:
------------------------------------------------------------------------
[2004-06-13 12:13:55] toppi at kacke dot de
glftpd 1.3x Linux + TLS
------------------------------------------------------------------------
[2004-06-12 16:53:14] [EMAIL PROTECTED]
What sftp server daemon are you using?
------------------------------------------------------------------------
[2004-06-12 14:49:38] toppi at kacke dot de
Description:
------------
TLS/SSL Protocols/Wrappers doesnt work when using
fsockopen()
Warning: fsockopen(): SSL operation failed with code 1. OpenSSL Error
messages: error:1408F10B:SSL routines:func(143):reason(267) in
/sb3/ftp.inc on line 58
Warning: fsockopen(): php_stream_sock_ssl_activate_with_method: SSL
handshake/connection failed in /sb3/ftp.inc on line 58
Warning: fsockopen(): failed to activate SSL mode 2 in /sb3/ftp.inc on
line 58
also FOPEN() doesnt do that
ftp_ssl_connect is working fine but useless cause no valid stream for
fget() etc....
there sould be a way to connect ssl/tls FTP wihout using php's ftp.lib
Reproduce code:
---------------
just try
$this->_sock = fsockopen("tls://".$server, $port, $errno, $errstr,
$this->timeout);
Expected result:
----------------
-Connect to FTP (plain)
-enable wrapper
-get a pointer back
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28754&edit=1