Open
Description
Hi Support,
I am getting this error:
Unable to validate BindingInfo: "The CertificateThumbprint property is required for bindings of type "https
".".
Using latest xWebAdministration package.
Values that I am passing:
@{
Protocol = "https"
IPAddress = "*"
Port = "443"
HostName = "superweb.com"
CertificateThumbprint = $null
SslFlags = "3"
}