|
Home > Archive > Microsoft Content Management Server > June 2006 > secured / non-secured items on SSL pages
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]
| Author |
secured / non-secured items on SSL pages
|
|
|
| Hi,
I have a MCMS web site with secured and non-secured pages.
The problems with the secured pages (requires https://) is that an alert
message box apears everytime the user enters the page saying the page
contains secured and non-secured items.
I looked at the html source sent to the client and couldn't find any
"redirections" to http:// so I think it might be MCMS related.
We are using a valid certificate and the problems is only with the "secured
non secured content" warning.
Thank you,
Doron G.
| |
| Stefan [MSFT] 2006-06-07, 7:23 am |
| Hi Doron,
the browser only looks at the received html content to see if there are any
http references inside the https content.
Please use "view source" in IE and search for "http:". Are there any links
to javascript files or css files for images which use http?
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Doron" <Doron@discussions.microsoft.com> wrote in message
news:852F20D1-31CB-44D8-B83E-8002794DAF53@microsoft.com...
> Hi,
>
> I have a MCMS web site with secured and non-secured pages.
>
> The problems with the secured pages (requires https://) is that an alert
> message box apears everytime the user enters the page saying the page
> contains secured and non-secured items.
>
> I looked at the html source sent to the client and couldn't find any
> "redirections" to http:// so I think it might be MCMS related.
>
> We are using a valid certificate and the problems is only with the
> "secured
> non secured content" warning.
>
> Thank you,
>
> Doron G.
| |
|
| Hi Stefan,
I looked at the html and I couldn't find any http:// references except a
small js function which is manipulating a flash file inside the page. I
guess I missed it earlier when I searched for http:// in the view source
output.
I will update the function to use https to see if that's the cause and then
I'll update the post with the result.
Thank you,
Doron.
"Stefan [MSFT]" wrote:
> Hi Doron,
>
> the browser only looks at the received html content to see if there are any
> http references inside the https content.
> Please use "view source" in IE and search for "http:". Are there any links
> to javascript files or css files for images which use http?
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Doron" <Doron@discussions.microsoft.com> wrote in message
> news:852F20D1-31CB-44D8-B83E-8002794DAF53@microsoft.com...
>
>
>
|
|
|
|
|