Getting "Security Alert" in IE6 when going to my site...
Lou Gonzalez
Registered Users Posts: 413 Major grins
Hi Folks. I searched the forum but didn't find any mention of this so hopefully someone can help. I'm using IE6 and when I go to my business site : https://www.steadfastdesigns.smugmug.com/ I get a "Security Alert" window.
Here's a screen capture of it : http://naynlou.smugmug.com/photos/47326519-M-1.jpg
Then I get another windows (which pops up twice) telling me "This page contains both secure and nonsecure items. Do you want to display the non-scure items?"
I was sure it was my browser settings but now I'm not so sure now. I set everything to default and still get them. When I visit other smugmug sites, I never see these security alerts, but for mine it does. My wife gets it at work, but we don't get it from our home PC. My co-workers don't get but I do from my workstation (and we're on the same network). And they're running the exact same version of IE as me with the same browser settings.
I'm baffled. Anyone experience this? Can anyone make any suggestions? I'm afraid my customers will run into this and be scared away by the "Security Alert". :dunno
Thanks.
Here's a screen capture of it : http://naynlou.smugmug.com/photos/47326519-M-1.jpg
Then I get another windows (which pops up twice) telling me "This page contains both secure and nonsecure items. Do you want to display the non-scure items?"
I was sure it was my browser settings but now I'm not so sure now. I set everything to default and still get them. When I visit other smugmug sites, I never see these security alerts, but for mine it does. My wife gets it at work, but we don't get it from our home PC. My co-workers don't get but I do from my workstation (and we're on the same network). And they're running the exact same version of IE as me with the same browser settings.
I'm baffled. Anyone experience this? Can anyone make any suggestions? I'm afraid my customers will run into this and be scared away by the "Security Alert". :dunno
Thanks.
0
Comments
https/www.steadfastdesigns.smugmug.com/
This URL starts with https and not with http
Go to this url instead:
http://www.steadfastdesigns.smugmug.com/
update: This is why you get these messages:
When you go to https/blahblah/ you go to a secure site. So far, no problem. But on your www.steadfastdesigns.smugmug.com you may have links (either direct clickable links or links to images) that are not going to a secure site. I.e. they start with http/blahblah/. That means you have non-secure items (images, links, javascript) on a secure (main-)page. This can be problem for security reasons. That's why you get the message. Removing the s from https will cause the main-page to not be secure and the security alerts will no longer show.
When I hear the earth will melt into the sun,
in two billion years,
all I can think is:
"Will that be on a Monday?"
==========================
http://www.streetsofboston.com
http://blog.antonspaans.com
Lou,
When you direct visitors and customers to your site, *do not* use the "s" in https
your links given out should look like this:
http://www.steadfastdesigns.smugmug.com/
and this
http://steadfastdesigns.smugmug.com/gallery/1012909
all the best,
Portfolio • Workshops • Facebook • Twitter
I'm just glad it was something easy! Thanks again folks.
http://www.fernandogonzalez.net
Presumably, this is occurring because you are accessing this site via https and smugmug does not acquire and serve up SSL certificates for every sub-domain that they host. Instead, they are likely serving up their own SSL certificate, not one for your sub-domain.
This is likely one of the reasons why the shopping cart (which is served up with https) is not co-branded and doesn't show your sub-domain.
My question to you is "why are you accessing your regular images via "https" instead of http? I doubt smugmug intends to support general purpose access via https without security warnings.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
That's one of the worst browsers out there :
If you ditch IE, you will make your site inaccessible for about (at least) 75% of your possible viewers.
And who cares. IE is just software. FireFox is too. They all have their quirks and problems.
When I hear the earth will melt into the sun,
in two billion years,
all I can think is:
"Will that be on a Monday?"
==========================
http://www.streetsofboston.com
http://blog.antonspaans.com
You are missing the point of flyingdutchie's message. If you are preparing a web site for others to view and you want everyone to be able to view it, then you have to prepare a web-site that will work for IE even if you personally dislike it and don't use it yourself and consider it broken. If you don't care whether IE users can view your web-site, then you can completely ignore it.
If you do care that they can view your web-site, you cannot ignore it. You don't have to use it for your own browsing, but you do have to use it to test out customizations you make to your site.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
http://photos.mikelanestudios.com/
Hello, all!
I'm new around here and I've been reading everything I can on Digital Grin. You guys are terrific! I'm learning a lot.
And now I've got a question: All is fine on my site until I want to go from the shopping cart back to continue browsing. Then I get that pesky "This page contains both secure and nonsecure items. Do you want to display the non-secure items?" message. And I get the "Security Certificate" alert window, too.
I use both IE6 and Firefox. And, well, IE is the goofy one. It seems that wehn I hit the "continue browsing" button I go back to the site but it's the https version instead of the http one. I've emptied the cache -- at least I think I have -- several times.
So there you have it. What to do, what to do.
Oh, my site's at http://www.susanstayer.smugmug.com/.
Thanks - we're looking into it.
Portfolio • Workshops • Facebook • Twitter
Hmmm, I am not able to reproduce this at all. I went to your site (linked above) in IE6 and clicked on your featured gallery. I added the first picture to my cart (single add), and then hit "continue browsing". I (correctly) got the message saying I was leaving a secure page (I was), and ended up on the non-https version of your gallery.
Can you see if any of those steps differ from what you are doing? Thanks!
ahh, sweet. thanks. I will flog JT. :thwak
Okay. Now I get it.
You guys are GREAT! Thank you. I really appreciate your help.
I see that Andy acknowledged this bug back in May, but it still persists. I first ran across this redirect problem while setting up my site. To see if it was specific to my site, I tried the following on Andy's site at http://www.moonriverphotography.com/. In IE6, once I am on Andy's home page, I go to "Buy Photos". Next, I click on "View Cart". It is empty, so I select "Continue Browsing". Since the redirect is gonig from the www.smugmug.com domain back to moonriver, the alerts start flying.
This is the culprit:
<h2 class="blue" style="text-align:center;">Your shopping cart is empty.</h2><p><form action="https://www.moonriverphotography.com/gallery/52248"><input type="submit" class="buttons" value="continue browsing"></form></p><p> </p>
The form action is going to https of a domain different from the page where "View Cart" landed the user.
My fear is that people coming to our sites will be confused by these sorts of browser alerts. This bug doesn't appear while using Firefox, but because I work in this space as a systems integrator, I always review web applications with a variety of browsers to uncover human factors problems. Since IE is such a widely used browser, especially by consumers of photography, it would be great if this bug could be eliminated.
Other than this issue, I'm totally excited about the possibilities smugmug offers all of us.
Portfolio • Workshops • Facebook • Twitter