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

Fix crash: Legacy sslclient can not build verified chain #386

Merged
merged 2 commits into from Sep 1, 2019

Conversation

EthanArbuckle
Copy link
Contributor

Bug: a codepath did not gracefully recover from LegacySSLClient missing get_verified_chain()

Expected result: http_headers_plugin can scan "tls-v1-0.badssl.com:1010"

Actual result: http_headers_plugin throws an exception:
AttributeError: 'LegacySslClient' object has no attribute 'get_verified_chain'

a codepath did not gracefully recover from LegacySSLClient missing get_verified_chain()
@nabla-c0d3 nabla-c0d3 merged commit 09b9ad4 into nabla-c0d3:master Sep 1, 2019
@nabla-c0d3
Copy link
Owner

Thanks! Released as v2.1.4.

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