Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor SSLContext Configuration for Connection Managers #575

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

rymndhng
Copy link
Collaborator

@rymndhng rymndhng commented Nov 15, 2020

Refactors the internals of clj-http.conn-mgr to re-use SSLContexts for both Regular and Async connection managers.

These changes are extracted from the experimental branch for the Apache HTTPComponents 5 upgrade: #561

Fixes #572

Refactors the internals of clj-http.conn-mgr to create SSLContexts identically
for both Regular and Async connection managers.

Fixes #572
@rymndhng rymndhng changed the title Create SSLContext consistently for all connection managers Refactor SSLContext config for Connection Managers Dec 23, 2020
@rymndhng rymndhng changed the title Refactor SSLContext config for Connection Managers Refactor SSLContext Configuration for Connection Managers Dec 23, 2020
@rymndhng rymndhng merged commit 1c75143 into 3.x Dec 23, 2020
@rymndhng rymndhng deleted the refactor-conn-mgr-ssl-context branch December 23, 2020 19:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Async connection manager doesn't support Keystore.
1 participant