Hi
Can anyone give me any pointers in how IIS can perform the following:
Interal service calls IIS un-encrypted
IIS sends request on to external 3rd party service via SSL and is authenticated by a locally installed certificate provided by them
Response comes back to IIS and IIS returns this back to the calling local service
Speaking to other people, apache has been recommended using mod_proxy, however we already have IIS installed so id ideally like to use this.
Thanks