I have a site bound only to 443 for an ip on an IIS 7.5 host.
WSDL access presents the usual scenario where the internal urls are written with the hostname, not the url that was used to access it which is also the cn for the SSL certificate for this site.
Setting the bindings with `adsutil.vbs set /w3svc/3/SecureBindings "<ip>:443:<fqdn>"` resolves this but then the site can not be accessed by ip alone which breaks access to it when the clients are in front of a load balancer.
What other options can be used here to correct the internal wsdl urls?
Thanks!
↧
IIS 7.5 and SSL wsdl access
↧