-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
(MODULES-11068) Allow apache::vhost ssl_honorcipherorder to take boolean parameter #2152
Conversation
…as on/off (fixes MODULES-11068)
I am confused why these tests are failing when they run OK on my machine:
|
It seems there was a further test in spec/acceptance/apache_ssl_spec.rb that is setting apache::vhost ssl_honorcipherorder to "test", I have changed it to check boolean true => On instead. I can't test this locally since it seems to want to actually apply a configuration to my machine, so I'll push the change and let CI run it again. |
I'll take a look at it today. |
github actions is currently experiencing issues - see https://www.githubstatus.com/incidents/m16jzl31gnqt ; that might explain the delays and weird failures. I'll re-run the checks once the github incident has cleared up. |
rekicked all the github actions |
The failures all look like still impacts from the github incident rather than actual code issues. Since this is not a platform-dependent change, I'm gonna merge it and continue to monitor scheduled CI for tomorrow. |
Thanks a lot @davidc for your contribution and apologies for the bumps along the way! |
(fixes MODULES-11068)