ID: 31850 Updated by: [EMAIL PROTECTED] Reported By: speedy444 at hotmail dot com -Status: Open +Status: Feedback Bug Type: FTP related Operating System: win2k PHP Version: 5.0.3 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-02-05 02:02:26] speedy444 at hotmail dot com Description: ------------ short example script: <? $fp = ftp_ssl_connect("some.ftp.server"); ftp_login($fp,"blaat","test"); ftp_close($fp); ?> I compiled php with vc++ 6 using the latest openssl. But when I try to use ftp_ssl_connect + ftp_login I get this error: PHP Warning: ftp_login(): SSL/TLS handshake failed in justascript.php on line 204 PHP Warning: ftp_login(): AUTH TLS successful in justascript.php on line 204 And after that the connection is still open but the ssl layer isn't active. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31850&edit=1