klox7 Posted October 8, 2010 Posted October 8, 2010 Hi, I'm trying to figure something out and just can't get it done. On my site when you want to register or just go to https pages Firefox (only Firefox) says that the connection is untrusted. The certificat on the site is trusted and I think all configuration is fine. Does anybody have some kind of hint or was in similar situation? Thanks, Matt
germ Posted October 8, 2010 Posted October 8, 2010 You have http links to scripts or images on some https pages. Viewing the site with IE yields the dreaded "unsecure items" pop-up. This code is at least partially responsible: <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> You can't load scripts or images from http sources on https pages. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted October 8, 2010 Posted October 8, 2010 And all the http: links that make the SWF file run are a problem, too. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
klox7 Posted October 11, 2010 Author Posted October 11, 2010 I tried your solution and "unsecure items" pop-up in IE didn't show but in Firefox there was still untrusted connection. Then I tried this http://www.sslshopper.com/ssl-checker.html and there was a message that I need to install intermediate/chain certificate to link it to a trusted root certificate. Hosting provider installed it and now it works. Thx
Recommended Posts
Archived
This topic is now archived and is closed to further replies.