-
Notifications
You must be signed in to change notification settings - Fork 449
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
Softlayer is forcing tlsv1_2 for all API calls #1149
Conversation
… working on 3/1/2018 Signed-off-by: S. Cavallo <smcavallo@hotmail.com>
@smcavallo Has this been tested out on a Softlayer node? |
I have tested it, and this works! @tas50 I changed |
@tas50 yes it has been tested. We realized this afternoon that 100% of our servers in softlayer were failing converges. The exception was What would be better is if the ohai plugin failed if the api call failed instead of handling the exception. |
Hi guys, any update on when this PR will be merged? Sorry to keep posting but this is very important that this works to me. |
Thanks for putting this together @smcavallo. It's merged into master (chef14) now and I've backported it to the 13-stable branch as well. |
@tas50 Thank you!!!!!!!!!!!!!!!!!! |
any intention to include this fix for Chef 12? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Softlayer is forcing tlsv1_2 for all API calls. tlsv1 calls will stop working on 3/1/2018
https://softlayer.github.io/release_notes/2018/20180301/
Signed-off-by: S. Cavallo smcavallo@hotmail.com
Description
[Please describe what this change achieves]
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussions that are relevant]
Check List