-
Notifications
You must be signed in to change notification settings - Fork 64
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-10361) sort https bindings first #252
Conversation
425fe9e
to
1e079fa
Compare
8d8bfe7
to
ef3249b
Compare
26a679e
to
90583df
Compare
|
Okay, now I'm mystified all over again. Declaring an http binding before an https binding fails in local testing, but succeeds in appveyor. |
41b3059
to
f58bf24
Compare
|
Sorting bindings on resource create/update doesn't solve my problem. Trying again within instances and prefetch methods. |
|
That fails, too. I don't understand the failure, though. Help, anyone? |
f58bf24
to
b8e7b1e
Compare
|
@pillarsdotnet What version of IIS and OS are you testing on locally vs Appveyor. And don't forget you can temporarily RDP into an appveyor worker |
b8e7b1e
to
1895c93
Compare
1895c93
to
2c665f6
Compare
|
I've noted my versions in the puppetlabs ticket, but thanks for the appveyor tip! |
|
The latest commit resolves the problem in local testing. I'm not sure how to replicate that in Appveyor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
Fixes: MODULES-10361
When creating an
iis_siteresource, if non-ssl bindings come before ssl bindings, resource creation fails with an error similar to the following:This patch sorts
httpsbindings before non-httpsbindings.