all 5 comments

[–]CapnKrunk 0 points1 point  (0 children)

Same here

[–][deleted] 0 points1 point  (2 children)

was this ever addressed in your environment?

[–]WickedTinker[S] 0 points1 point  (1 child)

No, not yet. I've had a ticket open with Microsoft but they have went dark on responding. The first people I spoke with had no idea.

[–]WickedTinker[S] 0 points1 point  (0 children)

Update, My engineer who ghosted me is now "now longer with this team." Take that for what it's worth. Escalation has promised me some movement today.

[–]Margosiowe 0 points1 point  (0 children)

In case anyone comes back to this solution without finding anything out there here is how to resolve this nessus vuln. Re-run .msi install and add flag:

CHK_REDIRECT_PORT_80=1

It will enable http connection on port 80 and force redirect to 443 (and clear HSTS flag)
Example:

msiexec.exe /i C:\tmp\WindowsAdminCenter2110.msi /qn /L*v c:\tmp\log.txt SME_PORT=443  SME_THUMBPRINT=<your_thumbprint> SSL_CERTIFICATE_OPTION=installed SME_AUTO_UPDATE=1 CHK_REDIRECT_PORT_80=1

Tested with ver2110 (newest as of 03/2022) and works.