-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[http_check] Added supprot for weak cyphers.
Session object has nearly identical request method. Default value for weakcipher is false. Adding debug logging for weak ciphers. Importing datetime differently to urllib3 code. Added Transport adapter for weak cyphers, requests lib sessions required too. Session object has nearly identical request method. Default value for weakcipher is false. Adding debug logging for weak ciphers. Importing datetime differently to urllib3 code. Changing cipherlist for weak ciphers, now it works. Fixing test_http_check.py to contemplate new weakciphers config param. fixing flake8 issue. More flake8 issue. Assuming time is correct and python>=2.6.3 We still need that getattr check in 2.7
- Loading branch information
Showing
2 changed files
with
119 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters