Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Running more than 1 gRPC call using TLS causes IOException #838

Open
@Derek-Chu

Description

@Derek-Chu

I've set up a simple gRPC client and server where, when I run the client, I make 4 gRPC calls (unary -> server streaming -> client streaming -> bidirectional streaming) with the https_proxy environment variable set accordingly to the proxy's endpoint. The first call works perfectly but when the second call starts, I see this error:
image

If I run these gRPCs without TLS, then they all work fine. And if I make the calls without the proxy (so just client -> server), then they respond successfully as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions