Web Hosting Talk







View Full Version : Ssl Issue


faculty
09-09-2002, 07:43 AM
Below is a link to our order forms.. this is not an advertisment.

https://brightlightwebsites.com/mgr/order/

Now with that URL it always pop's up a little box saying: "This page contains...." and the rest.

Anyhow.. how do I make it so all the contents of that page are "secure"??

Problem is if you hit "Yes" on that page, then you get taken there but the secure ikon goes.. press "No" and the icon stays but all the pictures go!

2host.com
09-09-2002, 07:50 AM
Originally posted by faculty
Below is a link to our order forms.. this is not an advertisment.

https://brightlightwebsites.com/mgr/order/

Now with that URL it always pop's up a little box saying: "This page contains...." and the rest.

Anyhow.. how do I make it so all the contents of that page are "secure"??

Problem is if you hit "Yes" on that page, then you get taken there but the secure ikon goes.. press "No" and the icon stays but all the pictures go!


It's because you're calling the images from a non-SSL URL (or to images on another site). You need to call the images from the page itself:

You currently have them as:

http://www.brightlightwebsites.com/images/03.gif

You need to change that to:

/images/03.gif

For example.

faculty
09-09-2002, 08:10 AM
ok fixed!

I actually saw that problem from a friend of mine pointing it out.. but you were right on the mark!