Skip to content

"read would block" when communicating with external APIs #317

Open
@gillesbergerp

Description

@gillesbergerp

Basic Info

  • Faraday Version: 2.11.0
  • Ruby Version: jruby 9.4.8.0 (3.1.4) 2024-07-02 4d41e55a67 OpenJDK 64-Bit Server VM 21.0.4+7-LTS on 21.0.4+7-LTS +jit [x86_64-linux]
  • JRuby OpenSSL Version: 0.15.0

Issue description

We occasionally and intermittently face Faraday::SSLErrors with the message read would block when communicating with external endpoints. Our application is deployed as an ECS on EC2 service and (so far) we were unable to reproduce the issue locally or in our staging environment.

Steps to reproduce

Unfortunately, we haven't managed to reproduce the issue locally. There are certain requests to external APIs that fail very consistently, however.

Activity

jpsikorra

jpsikorra commented on Oct 21, 2024

@jpsikorra
Contributor

We also ran into this problem, it seems like switching from TLS 1.3 to TLS 1.2 mitigates the issue at least sometimes.

gillesbergerp

gillesbergerp commented on Oct 21, 2024

@gillesbergerp
Author

@jpsikorra, when you say "sometimes", do you suggest that it doesn't occur anymore at all for some sites/endpoints (but still does for others) or that the overall rate is lower?

jpsikorra

jpsikorra commented on Oct 22, 2024

@jpsikorra
Contributor

I don't see the issue with TLS 1.2, but cannot be 100% certain that it will never occur.

jpsikorra

jpsikorra commented on Oct 30, 2024

@jpsikorra
Contributor

Also see #305

gillesbergerp

gillesbergerp commented on Oct 30, 2024

@gillesbergerp
Author

I can confirm that we had success with switching to TLS 1.2 for one external API as well

headius

headius commented on May 14, 2025

@headius
Member

Bump this up in priority... seems more users have been seeing it lately with JRuby 9.4.12.0.

Has anyone managed to get an isolated reproduction of this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @headius@jpsikorra@gillesbergerp

        Issue actions

          "read would block" when communicating with external APIs · Issue #317 · jruby/jruby-openssl