tags:

views:

33

answers:

1

https://alpha.pbp1.com/Property/Secure/test.htm

<a href="http://alpha.pbp1.com/Property/Default.aspx"&gt;Home&lt;/a&gt;

This is a simple HTML page with a single href with the full absolute path to the website default page.

When viewed from within our company network it renders as expected, with HTTP in the href. alt text

But when viewed from a browser outside of our network it renders with HTTPS instead. alt text

This is a test environment, and I suspect that the SSL certificate may be part of the problem. Once we go beta it will have a real certificate but I think for now it is running on a generated one.

I would like for links that are coded with the full absolute path to keep the prefix that they were originally coded with. Any ideas on if this is IIS or the client replacing HTTP with HTTPS? Running on Windows 2003, IIS6, ASP.NET2.0

A: 

Do you have some sort of proxy before IIS hosting the webapp? I don't think IIS is issue. You can disable HTTPS (443) port on IIS and check. I am sure you will still get HTTPS.

Baski
Sounds about right, network admin is looking into it. I'll report back after confirmation/resolution
notj
Network admin disabled "link translation" option on the firewall to fix this issue.
notj