From:             speedy444 at hotmail dot com
Operating system: win2k
PHP version:      5.0.3
PHP Bug Type:     FTP related
Bug description:  ftp+ssl isn't working

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 bug report at http://bugs.php.net/?id=31850&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31850&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31850&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31850&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31850&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31850&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31850&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31850&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31850&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31850&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31850&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31850&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31850&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31850&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31850&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31850&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31850&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31850&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31850&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31850&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31850&r=mysqlcfg

Reply via email to