Jasper Paul Sikorra
Jasper Paul Sikorra
Are there any results yet?
We are using HTTParty. There is no trace on the exception.
How should we update to jruby-openssl 0.14.6? Wait for a new jruby 9.3 release?
The error still occurs with 0.15.0, the stacktrace is not really helpful, it looks like this ``` OpenSSL::SSL::SSLErrorWaitReadable: read would block from net/http.rb:1546:in `transport_request' from net/http.rb:1490:in `request' ... ```
The above backtrace had the flag -J-Djruby.openssl.ssl.error_wait_nonblock.backtrace=true enabled.
We also ran into this problem, it seems like switching from TLS 1.3 to TLS 1.2 mitigates the issue at least sometimes.
I don't see the issue with TLS 1.2, but cannot be 100% certain that it will never occur.
Also see https://github.com/jruby/jruby-openssl/issues/305