SSL certificate for ISAPI redirected Web Site
Posted
by
Daniel
on Server Fault
See other posts from Server Fault
or by Daniel
Published on 2012-06-12T17:37:31Z
Indexed on
2012/07/03
9:18 UTC
Read the original article
Hit count: 444
I have a Win 2003 server and I'm using Ionics Isapi Rewrite Filter to redirect requests made to a Web Site configured in IIS to another Apache2 Server in a server not exposed to the Internet. The Web Site has its host headers configured to catch requests for the specific site, and the redirection is being done with the ProxyPass directive. This is working OK.
So far the scenario, my question is: I'd like to add a server certificate to the Apache server, but I don´t know if I need to add the certificate to both Apache and IIS sites. I think I still don´t get the theory behind this and would like to know from someone with expertise in the field the right way to implement this.
Thank you in advance.
© Server Fault or respective owner