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 28E6E1F6A9 for ; Thu, 3 Jan 2019 16:50:08 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id F2B09121DE8; Fri, 4 Jan 2019 01:50:05 +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 5DCE6120D82 for ; Fri, 4 Jan 2019 01:50:03 +0900 (JST) Received: by filter0180p3mdw1.sendgrid.net with SMTP id filter0180p3mdw1-17971-5C2E3D38-34 2019-01-03 16:50:00.84475693 +0000 UTC m=+1189094.819800037 Received: from herokuapp.com (ec2-54-205-120-89.compute-1.amazonaws.com [54.205.120.89]) by ismtpd0039p1iad1.sendgrid.net (SG) with ESMTP id lbN_tfUISlStHnnYtdhozQ for ; Thu, 03 Jan 2019 16:50:00.827 +0000 (UTC) Date: Thu, 03 Jan 2019 16:50:01 +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: 66299 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS66WOS1Achm9yxovK4Zh4FWo+A4eDopeXoD6X 9Oqfnid2DMy0qIh+z84rBULE7yUWMxVgBcG9OcehX1gJ5YZPKFGUKWrQHY3Ni39DeNuPUb3YszSHZ/ Ztt1xRbLYDies6eEhfYMcpNBWW1zl3zfiPNIuxFhr24zQlOIrORj5QNLqw== X-ML-Name: ruby-core X-Mail-Count: 90875 Subject: [ruby-core:90875] [Ruby trunk Bug#15502][Closed] 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). Status changed from Open to Closed Closing to trigger the backport request. ---------------------------------------- Bug #15502: Expired certificates in Ruby 2.6.0 test suite https://bugs.ruby-lang.org/issues/15502#change-76062 * 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: 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/