From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id B97091F6A9 for ; Thu, 3 Jan 2019 16:49:18 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 86887121BCF; Fri, 4 Jan 2019 01:49:15 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id E02CE121C10 for ; Fri, 4 Jan 2019 01:49:11 +0900 (JST) Received: by filter0042p3mdw1.sendgrid.net with SMTP id filter0042p3mdw1-7245-5C2E3D04-3B 2019-01-03 16:49:08.466824985 +0000 UTC m=+1190174.960190159 Received: from herokuapp.com (ec2-3-84-194-235.compute-1.amazonaws.com [3.84.194.235]) by ismtpd0019p1iad1.sendgrid.net (SG) with ESMTP id Vd2VMFZkSVOeya9TO_bmag for ; Thu, 03 Jan 2019 16:49:08.437 +0000 (UTC) Date: Thu, 03 Jan 2019 16:49:09 +0000 (UTC) From: v.ondruch@tiscali.cz To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 66298 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15502 X-Redmine-Issue-Author: vo.x X-Redmine-Sender: vo.x X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS7iOuERXrlrtfHNt+N0MhiP1VuuozB82FlZRf t5BNJdzBNCrrJL0VQGZA+QRZ+PbDaESvoPTMn0TF5wC/m20z52C5fx6ZhaRzId2OEEWlfd+nh/QLue P1N4sBx/3dWyMNryElEV5EZJrr+9lwIMG95S6HlKHOa04ivrLDPH3G/vrA== X-ML-Name: ruby-core X-Mail-Count: 90874 Subject: [ruby-core:90874] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15502 has been reported by vo.x (Vit Ondruch). ---------------------------------------- Bug #15502: Expired certificates in Ruby 2.6.0 test suite https://bugs.ruby-lang.org/issues/15502 * Author: vo.x (Vit Ondruch) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: REQUIRED ---------------------------------------- There are test failures in Ruby 2.6 such as: ~~~ 1) Failure: FTPTest#test_tls_with_ca_file [/builddir/build/BUILD/ruby-2.6.0/test/net/ftp/test_ftp.rb:1719]: Exception raised: <#>. ~~~ This was fixed in trunk by r66685 and r66686. It would be nice if these could be backported. It would be even better if the certificates won't expire at all or were regularly updated to prevent this silly issue (test suite of freshly released ruby fails) in the future. -- https://bugs.ruby-lang.org/