microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions

Home Page:http://www.visualstudio.com/explore/release-management-vs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add-SslCert check fails and tries to re-add ssl

matbutler opened this issue · comments

It appears to check $result.Get(4) for the Hostname:port, but its $result.Get(6) for me.

Windows 2022
IIS Version 10.0.20348.1

commented

Hitting the same thing, it's because there are some extra lines of blank space when it calls the show sslcert....can we get a fix for this? using Get(7) instead of Get(5) would solve it.

+1 preventing to migrate to Server 2022. No more workarounds.

Hi @jabteles, @jiggybyte
The mentioned issue has been fixed in this PR #1220
Could you please use the IISWebAppManagementV3 version of the task and test if it is working fine?

Hi @jabteles, @jiggybyte The mentioned issue has been fixed in this PR #1220 Could you please use the IISWebAppManagementV3 version of the task and test if it is working fine?

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)