Hi,
I have a main Website that is exposed to outside. This receives requests and in turn makes requests to other websites within the same domain hosted in same IIS machine. This worked fine.
I tried to get this to next step, Protecting using SSL. I can see that main website gets requests however the in turn requests to internal websites from main website does not get success. I receive this exception message of SSL Connection being reset. Both Sites are on https with same certificate. When i individually browse both sites directly it works fine but if request goes from one port to another port SLL related issue.
So, To trouble shoot i made setup for traffic log in which i could only get log of requests to main Web site, is there any additional steps to configure for capturing intra requests also i.e Requests from one Website to another hosted in same ISS machine but on different posts.
Regards,
Harish