Hi @Kaplan, Andrew H ,
Thanks for sharing the details.
I would first check the IIS bindings for the second site. This does not sound like something URL Rewrite alone would fix.
If the second site is expected to work over HTTPS as:
then that site needs its own HTTPS binding on port 10000 with the certificate assigned to that binding. The certificate bound to the first site on port 443 does not automatically apply to the second site on port 10000. Microsoft’s SSL setup guidance lists creating an HTTPS binding as part of configuring SSL for a site.
The URL Rewrite rule may still be involved, especially if it redirects requests to the default HTTPS endpoint on port 443.
Could you share:
- the IIS bindings for both sites
- the current URL Rewrite rule
- whether the second site should be accessed as:
or:
That should help determine whether the issue is the HTTPS binding on port 10000, the rewrite rule behavior, or both.