-
Notifications
You must be signed in to change notification settings - Fork 265
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
fixed client cert auth with SSLContext #76
Conversation
ditch unneeded conditional that would result in AttributeError for pre 2.7.9 Python
fixed client cert auth with SSLContext
@nitzmahone Thank you. |
@nitzmahone @cchurch @pdunnigan I'm planning to tag 0.1.0 release on Friday or weekends, please let me know if you have any showstoppers. It will be a maintenance release without any major changes, so we could jump onto requests branch after that. |
No problem.
|
Sounds good to me- I've smoke tested this branch against Ansible 1.9.2 and 2.0 devel using every valid combo of http/https and basic/cert/kerb and all seems well. Thanks! |
Any update on release plans? |
@nitzmahone Sorry, did not have a time to do it on the weekend. Will try to make a release this week. |
Anything I can do to help the release process along? Happy to do whatever... |
@nitzmahone @pdunnigan @cchurch New release is published on PyPI, please check how it will work for you - https://pypi.python.org/pypi/pywinrm/0.1.1 |
Quick smoke test looks like it works great- thank you! |
Had to make some tweaks to client cert auth to get it working again with the SSLContext stuff (hadn't tested that part of the previous PR).