Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My website is hosted in more than one server. Client requests are handled through F5 loader, and passed to one of the server in round robin manner. Currently, I've detached one of the server for some testing. The websites are using https protocol. Once a request crosses from F5, the https request is converted into http request.

When I'm trying to access the website hosted in the detached server with the IP configured in IIS. I'm getting the below error:

"You are about to view pages over a secure connection. Any information you exchange with this site cannot be viewed by anyone else on the web"

I'm passing http url with IP (and not the DNS name) in the IE browser, but when the response is coming, it is in https. Not able to understand how the http request is getting converted again into https, or why the error is coming.

Thanks for any help in advance. Please let me know, if any extra information is required.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900