Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70124 invoked by uid 1010); 29 Dec 2006 12:47:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70109 invoked from network); 29 Dec 2006 12:47:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Dec 2006 12:47:48 -0000 Authentication-Results: pb1.pair.com header.from=didou@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=didou@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 87.98.192.3 cause and error) X-PHP-List-Original-Sender: didou@php.net X-Host-Fingerprint: 87.98.192.3 unknown Linux 2.5 (sometimes 2.4) (4) Received: from [87.98.192.3] ([87.98.192.3:47090] helo=mail.haiku-corp.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/02-52635-27E05954 for ; Fri, 29 Dec 2006 07:47:46 -0500 Received: (qmail 30764 invoked by uid 1009); 29 Dec 2006 12:47:43 -0000 Received: from 82.234.175.168 (mehdi.achour@haiku-corp.com@82.234.175.168) by mail0 (envelope-from , uid 1007) with qmail-scanner-2.01 (f-prot: 4.6.1/3.16.8. spamassassin: 3.0.3. Clear:RC:0(82.234.175.168):SA:0(5.3/7.0):. Processed in 3.218849 secs); 29 Dec 2006 12:47:43 -0000 X-Spam-Status: No, score=5.3 required=7.0 X-Spam-Level: +++++ X-Qmail-Scanner-Mail-From: didou@php.net via mail0 X-Qmail-Scanner: 2.01 (Clear:RC:0(82.234.175.168):SA:0(5.3/7.0):. Processed in 3.218849 secs) Received: from pro75-3-82-234-175-168.fbx.proxad.net (HELO ?192.168.1.103?) (mehdi.achour@haiku-corp.com@82.234.175.168) by mail.haiku-corp.com with SMTP; 29 Dec 2006 12:47:40 -0000 Message-ID: <45950E67.9000203@php.net> Date: Fri, 29 Dec 2006 13:47:35 +0100 User-Agent: Thunderbird 2.0b1 (Windows/20061206) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: About #37799 From: didou@php.net (Mehdi Achour) Hello, I had a look at http://bugs.php.net/37799 and I would really like to have a little warning added upon SSL connection failure. From my understanding, the silent fall back to a normal connection is made in ftp.c at line 269, which as the bug reporter says, "leads to a false sense of security". Anyone ? Best Regards, Mehdi Achour