rumi Posted June 19, 2007 Share Posted June 19, 2007 Im a bit worried. Sometimes when I move from one page to another, the Equifax Icon key in my address bar and on the bottom of my pages is bright red with a line through it and it kinda flashes. My SSL certificate is up-to-date and I believe I have my configuation files set correctly. I dont know why this is happening or if I should be concerned. I hope someone can assist. Thank you Link to comment Share on other sites More sharing options...
Iggy Posted June 19, 2007 Share Posted June 19, 2007 Im a bit worried.Sometimes when I move from one page to another, the Equifax Icon key in my address bar and on the bottom of my pages is bright red with a line through it and it kinda flashes. My SSL certificate is up-to-date and I believe I have my configuation files set correctly. I dont know why this is happening or if I should be concerned. I hope someone can assist. Thank you My guess would be you've got something on your page that doesn't switch over to https when you go to the secure pages. An easy way to verify that is to go to a page with the problem, view source and search for http:// If you find any you'll have to track into where it's being generated and fix it which probably means throwing an if statement on it to test for a secure connection or not. That's just a guess though. You could also try clicking on the lock and it should give you some idea what's going on. Hope that helps, Iggy Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
rumi Posted June 19, 2007 Author Share Posted June 19, 2007 My guess would be you've got something on your page that doesn't switch over to https when you go to the secure pages. An easy way to verify that is to go to a page with the problem, view source and search for http:// If you find any you'll have to track into where it's being generated and fix it which probably means throwing an if statement on it to test for a secure connection or not. That's just a guess though. You could also try clicking on the lock and it should give you some idea what's going on. Hope that helps, Iggy thanks Iggy; I will give it a try. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.