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

share TLS sessions in HTTPS client agent #7113

@othiym23

Description

@othiym23

TLS session creation is expensive in high-load scenarios (like SSL termination on load balancers). It would be very useful for core to offer an option on the agent to pool TLS connections or otherwise minimize session creation for clients that are going to be sending lots of SSL traffic to a specific host. This can be worked around with a custom Agent, but it's a common enough use case (and has a small enough API surface) that it would be worth the effort to bring into core.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions