Hi All...
I know that this may seem very trivial, but I just can't get this to work!
I'm trying to set up a redirect on one of our servers to go from a non-https
page to https. The https site is already on the server. I created a second
site with a redirect page running on port 80 with the following text:
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=https://<address of https site">
</head>
<body>
Redirecting. . . .<p>
If your browser fails to redirect, click the link below<p>
https://address of https site
</body>
</html>
The redirect works fine, with one exception: the server prompts the user for
authentication with the following dialog box:
Authentication Required
Enter username and password for "" at <http://<address of site running on
port 80>
When I set up the site, I made sure to set "allow anonymous access to this
site". The server in question is not a domain controller, nor is it even a
member of a domain.
Any ideas on this?
