Github user ok2c commented on a diff in the pull request:
https://github.com/apache/httpcore/pull/40#discussion_r109109041
--- Diff: httpcore/src/main/java/org/apache/http/ssl/SSLContextBuilder.java
---
@@ -272,6 +274,20 @@ public SSLContext build() throws
NoSuchAlgorithmException, KeyManagementExceptio
return sslcontext;
}
+ public SSLContext buildWithProvider(final Provider provider) throws
NoSuchAlgorithmException, KeyManagementException {
--- End diff --
Do it really take a special `#build` method? Can't we have a `#useProvider`
setter similar to `#useProtocol` ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]