-
Notifications
You must be signed in to change notification settings - Fork 420
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
IISWebAppMgmtV3 - Bypass bindings with duplicate certificates & support multiple certificates #1220
IISWebAppMgmtV3 - Bypass bindings with duplicate certificates & support multiple certificates #1220
Conversation
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.
LGTM, but @LeftTwixWand can you confirm if bumping of task version for V1 and V2 is required?
|
Hey @LeftTwixWand and thanks for this fix! But when will it be available as a release in the Azure/Visual Studio Marketplace so we can download to our on-premises installations? |
Hello @jabteles we've just released a new version of the extension. |
I updated the extension on my Azure DevOps and still get the same error. I've confirmed it is using correct version (3.2.0) |
The extension fails on target server from other localizations. Parsing the nesth http show sslcert command output with an unlocalized string, like "IP:port" doesn't work on target servers with different localization configuration (i.e. spanish output shows "IP:puerto", and Add-SslCert function fails when trying to add an existing certificate binding). |
@v-schhabra Thanks for hint to try this to fix issues with IIS web deploy task, This task however doesn't seem compatible with Deployment Group jobs? |
@jabteles Could you share the logs of the pipeline by adding variable system.debug to "true" |
Description: Bypassing addition of SSL binding with an existing certificate.
Documentation changes required: (Y/N)
Added unit tests: (Y/N)
Attached related issue: #919
Checklist: