-
Notifications
You must be signed in to change notification settings - Fork 150
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
BUG in SSL certificates assignment to bindings #332
Comments
I have found the bug. Would it help if I work on PR? I have noticed very little activity on that project and don't want to waste time if it is not needed. |
I have the same issue here, seems that it appeared after version 1.17.0.0 or I've missed that somehow |
@remcoeissing Any chances to see recent fixes released soon? |
I'm having the same problem (#346) as mentioned here, REALLY appreciate if this will be fixed soon :) |
Not sure there are a PR for this? I label this as help wanted so that someone in the community can run with it. |
I plan to work on it today and hopefully have a PR soon. I’m also tired of working around this issue every time. |
@konste awesome! Then I label this as in progress, let me know if that changes (you get other prioritize) . |
@konste , Just patched my servers and it works like MAGIC! really appreciate it! |
Obviously, it would be nice to have this fixed through xWebAdministration package of course :) |
We need this to be fixed! We can't use the new xIisFeatureDelegation resource in version 2.0.0.0 as this breaks our website bindings! Any idea when this will be available in a new version? |
PR #347 is abandoned (no activity for over two weeks since it opened), so currently no one in the community is working on this. Anyone may pick up the abandoned PR and continue the work. |
…dividual log flags (#440) - Changes to xWebsite - Fix `Get-TargetResource` so that `LogFlags` are returned as expected array of strings (one for each flag) rather than an array containing a single comma-separated string of flags' (issue #332). - Changes to xIISLogging - Fix `Get-TargetResource` so that `LogFlags` are returned as expected array of strings (one for each flag) rather than an array containing a single comma-separated string of flags (issue #332).
…irst (dsccommunity#437) - Fix multiple HTTPS bindings on one xWebsite receiving the first binding's certificate [dsccommunity#332](dsccommunity#332) - Added unit regression test
…dividual log flags (dsccommunity#440) - Changes to xWebsite - Fix `Get-TargetResource` so that `LogFlags` are returned as expected array of strings (one for each flag) rather than an array containing a single comma-separated string of flags' (issue dsccommunity#332). - Changes to xIISLogging - Fix `Get-TargetResource` so that `LogFlags` are returned as expected array of strings (one for each flag) rather than an array containing a single comma-separated string of flags (issue dsccommunity#332).
Repro:
Despite different CertificateThumbprint specified for the first and second binding BOTH get the same (first) certificate assigned!
The text was updated successfully, but these errors were encountered: