|
Home > Archive > IIS Server Security > January 2005 > SSL Prompt Issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Using Windows 2003 Server and IIS 6, we have set up a
secure site using SSL and certificates.
The site is accessible, except that users get prompted
with the message:
"This site contains both secure and non-secure items. Do
you want to display the nonsecure items?"
Now all references within the application are to pages on
that site. There are no links to any graphics or pages
outside of the SSL enabled site to generate the prompt.
When viewing the web server logs, we noticed that there
were two gif files being accessed that are not part of our
application:
GET /pagerror.gif
GET /refresh.gif
Why would these files be accessed? We even tried copying
them into the root application folder but still saw the
same prompts.
Any assistance would be much appreciated.
| |
| hal@nospam.com 2005-01-13, 5:53 pm |
| On Tue, 11 Jan 2005 13:37:37 -0800, "D"
<anonymous@discussions.microsoft.com> wrote:
>Using Windows 2003 Server and IIS 6, we have set up a
>secure site using SSL and certificates.
>
>The site is accessible, except that users get prompted
>with the message:
>
>"This site contains both secure and non-secure items. Do
>you want to display the nonsecure items?"
>
>Now all references within the application are to pages on
>that site. There are no links to any graphics or pages
>outside of the SSL enabled site to generate the prompt.
>
>When viewing the web server logs, we noticed that there
>were two gif files being accessed that are not part of our
>application:
>
>GET /pagerror.gif
>GET /refresh.gif
>
>Why would these files be accessed? We even tried copying
>them into the root application folder but still saw the
>same prompts.
I don't know why unknown files would be accessed, you can turn off the
error message by going into IE Internet Options, security, custom
level, and enable "display mixed content".
Hal
>
>Any assistance would be much appreciated.
|
|
|
|
|