ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:90874] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite
       [not found] <redmine.issue-15502.20190103164908@ruby-lang.org>
@ 2019-01-03 16:49 ` v.ondruch
  2019-01-03 16:50 ` [ruby-core:90875] [Ruby trunk Bug#15502][Closed] " v.ondruch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: v.ondruch @ 2019-01-03 16:49 UTC (permalink / raw)
  To: 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:
<#<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)>>.
~~~

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:90875] [Ruby trunk Bug#15502][Closed] Expired certificates in Ruby 2.6.0 test suite
       [not found] <redmine.issue-15502.20190103164908@ruby-lang.org>
  2019-01-03 16:49 ` [ruby-core:90874] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite v.ondruch
@ 2019-01-03 16:50 ` v.ondruch
  2019-01-05 21:34 ` [ruby-core:90905] [Ruby trunk Bug#15502] " naruse
  2019-01-09 14:07 ` [ruby-core:90947] " v.ondruch
  3 siblings, 0 replies; 4+ messages in thread
From: v.ondruch @ 2019-01-03 16:50 UTC (permalink / raw)
  To: 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:
<#<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)>>.
~~~

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:90905] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite
       [not found] <redmine.issue-15502.20190103164908@ruby-lang.org>
  2019-01-03 16:49 ` [ruby-core:90874] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite v.ondruch
  2019-01-03 16:50 ` [ruby-core:90875] [Ruby trunk Bug#15502][Closed] " v.ondruch
@ 2019-01-05 21:34 ` naruse
  2019-01-09 14:07 ` [ruby-core:90947] " v.ondruch
  3 siblings, 0 replies; 4+ messages in thread
From: naruse @ 2019-01-05 21:34 UTC (permalink / raw)
  To: ruby-core

Issue #15502 has been updated by naruse (Yui NARUSE).

Backport changed from 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: REQUIRED to 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: DONE

ruby_2_6 r66728 merged revision(s) 66685,66686.

----------------------------------------
Bug #15502: Expired certificates in Ruby 2.6.0 test suite
https://bugs.ruby-lang.org/issues/15502#change-76084

* 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: 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:
<#<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)>>.
~~~

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:90947] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite
       [not found] <redmine.issue-15502.20190103164908@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2019-01-05 21:34 ` [ruby-core:90905] [Ruby trunk Bug#15502] " naruse
@ 2019-01-09 14:07 ` v.ondruch
  3 siblings, 0 replies; 4+ messages in thread
From: v.ondruch @ 2019-01-09 14:07 UTC (permalink / raw)
  To: 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:
<#<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)>>.
~~~

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-09 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-15502.20190103164908@ruby-lang.org>
2019-01-03 16:49 ` [ruby-core:90874] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite v.ondruch
2019-01-03 16:50 ` [ruby-core:90875] [Ruby trunk Bug#15502][Closed] " v.ondruch
2019-01-05 21:34 ` [ruby-core:90905] [Ruby trunk Bug#15502] " naruse
2019-01-09 14:07 ` [ruby-core:90947] " v.ondruch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).