PDA

View Full Version : https question



dannygoh
10-25-2004, 09:59 AM
if i create a webpage in private_html, can i put secure and unsecure link in that page.

https://secure.page.com
http://www.page.com

how do i get this warning messages in IE

Security Information
This page contains both secure and nonsecure items.

Do you want to display nonsecure items?

[Yes] [No] [More Information]

BTW, i'm using a valid secure cert.

ctnchris
10-25-2004, 10:06 AM
are you using the full path of an image or something on the page that is not https?

dannygoh
10-25-2004, 06:50 PM
i tried and i find all my image is in my private_html.

if you guys can help me up, thanks

https://www.gethosted.com.my/order/index.php

skruf
10-25-2004, 07:29 PM
Hey,


<embed src="../../../flash/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="766" height="195"></embed>

You may try making the pluginspage="https://... and see if that gets rid of the popup.

David

dannygoh
10-25-2004, 07:37 PM
Originally posted by skruf
Hey,



You may try making the pluginspage="https://... and see if that gets rid of the popup.

David

Done and still not working.

dannygoh
10-25-2004, 07:40 PM
i change the codebase="https:// and it works fine.

Thanks everybody! :)