Skip to content

Certificate thumbprint spacing is necessary to get a working listener #3

@bmilbauer

Description

@bmilbauer

PowerShell returns a certificate thumbprint from WSMan with spaces between each byte. I discovered this broke some of the conditional logic detecting a mismatch in the current cert vs the ideal cert. I then changed the code to trim the spaces between bytes, but on some machines this will break the listener. We need to 1) remove the code that trims the spaces from the thumbprint, and 2) update the conditional logic to trim the spaces back out, but not save the changes to the variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions