I have a particular requirement where IIS has to act as reverse proxy for a backend proxy . IIS will negotiate the inbound traffic from internet over SSL via third party signed certificates. In turn IIS will need to forward the traffic to a backend service
which use internal Organization published certificates. In gist both IIS and backend services is accessed using https. I am not able to understand where to put organization’s internal certificates in IIS server (so that IIS server can attach the same while
forwarding the request to https backend service) . IIS server is hosted on windows server 2016 and backend service on RHEL 7
↧