Feature #5644
Add ability to weaken the StrongSSLSocketFactory in StrongHttpsClient
Status: | Resolved | Start date: | 08/11/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | n8fr8 | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
This would be really really nice:
public void weakenStrongSSLSocketFactory() {
sFactory.setEnableStongerDefaultProtocalVersion(false);
sFactory.setEnableStongerDefaultSSLCipherSuite(false);
}
History
#1 Updated by n8fr8 over 2 years ago
We can call it setPunyHumanSocketFactory() !
#2 Updated by n8fr8 over 2 years ago
- Status changed from New to Resolved