I have created two sites in IIS one that that is on https://{host}:443 and the other on https://{host}:444.
The webapplication running on 443 is a proxy, that redirects request to port 444. My problem is that when I try to redirect to the 444 page I get this error
Request: An error was encountered before receiving a response.System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
I am sure I understand how I resolve this ssl certificate issue?