* [fix] jruby hang with TLS due not executing task
basically the use of Java SSL API was incorrect and reproduced when verification is enabled - the engine needs to execute a task but the handling code was not reached
* Revert "[fix] jruby hang with TLS due not executing task"
This reverts commit d1731a5607.
* [chore] re-generate certs with a subjectAltName ext
* [test] more ssl test with server verify peer
* [test] a proper reproducer for the TLS hang in JRuby
* [test] cleanup and better naming
* Revert "[chore] re-generate certs with a subjectAltName ext"
This reverts commit a1b01a187e.
* Revert "Revert "[fix] jruby hang with TLS due not executing task""
This reverts commit 3c5727f9e3.
* [test] restore ssl run - hangs with peer on MRI
Close#2708Close#2711
Co-authored-by: Marcin Olichwirowicz <marcin.olichwirowicz@nedap.com>
Co-authored-by: Marcin Olichwirowicz <marcin.olichwirowicz@nedap.com>
* Fix deprecation warning
DEPRECATED: Use assert_nil if expecting nil from test/test_binder.rb:265. This will fail in Minitest 6.
* Extend MiniSSL with support for cert_pem and key_pem
* Extend Puma ssl_bind DSL with support for cert_pem and cert_key
* Make some variables in binder test more readable