RE: [PHP] ftp_ssl_connect

2007-07-11 Thread Daniel Novotny
I installed the certificate on our server, but the ftp_ssl_connect still fails? I have verified that the certificate is valid and works. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 7:07 PM To: Daniel Novotny Cc: 'php-general@lists.ph

RE: [PHP] ftp_ssl_connect

2007-07-10 Thread Daniel Novotny
When I tried to connect through a telnet session I got the following message: Connection failed: The certificate chain was issued by an authority that is not trusted. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 7:43 PM To: Daniel Novotny Cc

[PHP] ftp_ssl_connect

2007-07-09 Thread Daniel Novotny
Hello, I am running PHP 5.2.0 on a RHEL4 server with FTP and OpenSSL enabled: ftp FTP support => enabled openssl OpenSSL support => enabled OpenSSL Version => OpenSSL 0.9.7a Feb 19 2003 I am aware of the issue of ftp_ssl_connect() silently failing to ftp_connect() in my version of PHP; howe