HTTPS port settings on Compute Deployment

Hi, we are deploying Compute to a Google Cloud VM and trying to access through HTTPS without luck.

I just noticed this line in the deployment script
Start-Process "netsh" -ArgumentList "http", "add", "urlacl", "url='http://+:443/'", "user='Everyone'"

It says “url='http:…” and not “url=https://…”

Is that right?

You’re right. Thanks for catching that! I’ve fixed it in the script.