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=-3.4 required=3.0 tests=AWL,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 6A30D1F803 for ; Wed, 9 Jan 2019 14:07:48 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 934DC121B8C; Wed, 9 Jan 2019 23:07:46 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 486AE120D16 for ; Wed, 9 Jan 2019 23:07:43 +0900 (JST) Received: by filter0081p3mdw1.sendgrid.net with SMTP id filter0081p3mdw1-12586-5C36002B-2B 2019-01-09 14:07:39.354509733 +0000 UTC m=+137207.531694738 Received: from herokuapp.com (ec2-23-20-1-230.compute-1.amazonaws.com [23.20.1.230]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id PndGG5yDQfeiEknGoX_u-w for ; Wed, 09 Jan 2019 14:07:39.320 +0000 (UTC) Date: Wed, 09 Jan 2019 14:07:40 +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: 66378 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS5QUrXqgIMiN1RXILkqbkTINyZFdn3PlA6ucQ XwwchUHqUfCa9NGXAgnC7fvaKX/pZ1AgbDLPQzo7jeVmPpUELcpSmerCZdH9E/ISdVb2FqtuSqKaYf mBNNLOl47GECzJq1Dx75IlywbcjeEFzUMRe3StLU67SEQ1Xahgz4ph4iDQ== X-ML-Name: ruby-core X-Mail-Count: 90947 Subject: [ruby-core:90947] [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 updated by vo.x (Vit Ondruch). Backport changed from 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: DONE to 2.4: UNKNOWN, 2.5: DONE, 2.6: DONE It was backported into 2.5 branch by r66689. ---------------------------------------- Bug #15502: Expired certificates in Ruby 2.6.0 test suite https://bugs.ruby-lang.org/issues/15502#change-76150 * Author: vo.x (Vit Ondruch) * Status: Closed * 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: DONE, 2.6: DONE ---------------------------------------- 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/