I have six servers (on domain) running IIS 7.5.7600.16385 and all configured correctly for SSL with Self-Signed Certificates, I am using the sixth server as the Primary Web Server.
The situation is:
Server six is connected to the other five servers via a third-party application and that application serves up the content from all six servers on one site.
The HTTP site works fine, all content from all six servers is visible on the site accessed via Server Six's IIS instance.
On the SSL site however, I am only able to see the content from Server Six. Locally on Server Six I added the Self-Signed certificates from the other five into Third-Party Root Certification Authorities and then I could see all the content from all the servers.
Question is:
How do I correctly configure IIS to serve up content to authenticated users (Windows authentication for this site) from all six servers through the one website without having to add the certificates from all six servers to every client?