Reverse proxy a directory through IIS 6 with HTTPS
Posted
by
John P
on Server Fault
See other posts from Server Fault
or by John P
Published on 2011-06-28T22:17:18Z
Indexed on
2011/06/29
0:24 UTC
Read the original article
Hit count: 260
iis
|reverse-proxy
I have an asp.net based website running on IIS 6 that needs to incorporate a java application running on the same server on a different port. The requests will be coming in via https and I need to invisibly (preserving the https session) proxy domain.com/ over to domain.com:8080/.
Does IIS have a built-in mechanism for doing this? If not, are there any reliable free/open source ISAPI extensions that allow it?
Thanks in advance
© Server Fault or respective owner