Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[http_check] fixed check for weak ciphers #2048

Merged
merged 1 commit into from Nov 16, 2015
Merged

Conversation

truthbk
Copy link
Member

@truthbk truthbk commented Nov 4, 2015

In the WeakCiphersAdapter we still need to check with getattr for the _tunnel_host attribute, we can't assume it's going to be populated automatically by httplib, requests lib, etc.

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
@yannmh
Copy link
Member

yannmh commented Nov 16, 2015

Thanks @truthbk, let's merge it.

yannmh added a commit that referenced this pull request Nov 16, 2015
[http_check] Support weak SSL/TLS ciphers
@yannmh yannmh merged commit eb0154d into master Nov 16, 2015
@yannmh yannmh deleted the jaime/httpcheck_fix branch November 16, 2015 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants