Skip to content

Use TLS 1.2 #2

@jobala

Description

@jobala

Overview

Enforce Requests to use an arbitrary TLS version -- TLS 1.2

Notes

We can enforce Requests to use an arbitrary TLS version through a HTTPAdapter. However, we can only mount one HTTPAdapter at any time. We are already using a HTTPAdapter to implement the middleware pipeline. To support TLS 1.2 and middlewares at the same time, we need to write a HTTPAdapter that enforces use of TLS 1.2 and supports a middleware pipeline.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions