aftermarket Posted February 4, 2010 Share Posted February 4, 2010 I am getting an error that says some portions of my web page are unsecured. I have read through fixes in other threads, and can't seem to find what is wrong. Link to comment Share on other sites More sharing options...
abaveeMike Posted February 4, 2010 Share Posted February 4, 2010 without further details like a webpage to look at. My first guess would be that you are calling your images from an http:// address instead of an https:// address. In my experience this is the most common cause of that error Link to comment Share on other sites More sharing options...
aftermarket Posted February 4, 2010 Author Share Posted February 4, 2010 None of the images are hard coded in, and are showing up as HTTPSThe only other thing I see is a script for bookmarking the current page but with HTTP. There are looks pointing to HTTP pages, but they are pages that SSL is not supposed to show up on anyways.(Everything on my site is default except the template) Which leads me to believe that it is probably the template. Here is a copy of the source of the page errors are being throw at: assimilent.com/domain.php Link to comment Share on other sites More sharing options...
aftermarket Posted February 4, 2010 Author Share Posted February 4, 2010 My page (at least looks wise) displays exactly the same in IE whether or not I allow the unsecured content.Would this cause an error. It is from my header.tpl {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach} Link to comment Share on other sites More sharing options...
aftermarket Posted February 9, 2010 Author Share Posted February 9, 2010 All the links on my site are now https:// and I am still getting an error. Link to comment Share on other sites More sharing options...
maciekish Posted February 22, 2011 Share Posted February 22, 2011 My page (at least looks wise) displays exactly the same in IE whether or not I allow the unsecured content.Would this cause an error. It is from my header.tpl{if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach} The CSS links are whats causing this issue for me. Does anyone know how to fix this please? Is there something like {$css_ssl_uri} or something? Link to comment Share on other sites More sharing options...
Roberto125 Posted March 31, 2011 Share Posted March 31, 2011 Good day,what kind of SSL certificate do you have ?Is it an auto-generated SSL certificate ?Best regards,Roberto Link to comment Share on other sites More sharing options...
pyrotech Posted April 6, 2011 Share Posted April 6, 2011 I had same problemMine was caused by stat counterThey made it secure (stat counter) then it disappeared so itfrom an outside source.Put a search in google for the outside source and ssl to get ideas how to fixi searchedstat counter ssl error and found how to fix ithope that helps Link to comment Share on other sites More sharing options...
Roberto125 Posted April 6, 2011 Share Posted April 6, 2011 Good evening,yes indeed. This can also be a solution. But again, to avoid any errors, we always advise the following Certificate Authorities:_ VeriSign_ GlobalSign_ thawte_ RapidSSL_ GeoTrustBest regards, Link to comment Share on other sites More sharing options...
babyewok Posted July 1, 2011 Share Posted July 1, 2011 I have found that enableing CCC for css and javascript causes IE 8 to show the unsecure items error Link to comment Share on other sites More sharing options...
Bullet Posted July 21, 2011 Share Posted July 21, 2011 We believe that the only possible solution is temporary decryption of SSL traffic, scan it, then re-encrypted.This method is now popular practice of different proxy server firewall. The latter is only decrypted (in other words, the "termination"), the use of virus scanning, and then forwarded to the end-users or Web applications. Such security measures can not be used in today's Web environment, because it will make end to end encryption requirement is invalid, and the browser will cause confusion.SSL security agents, such as Webwasher like a "black box" the same action. SSL encrypted communications into and out of SSL-encrypted communications. No one can encrypt part or on the network sniffing it, which is entirely in memory processing. There are several programs can provide a single machine SSL decryption, the decrypted traffic to be forwarded to a scanner, this scanner returns to the SSL communications solutions, SSL program to its re-encryption. In addition, the typical case, you need to adjust the strategy, for example, to allow top management to perform online business without having to scan, but to communicate to any other person to be scanned. In most cases, this will require double the cost of management, but is much easier to achieve with Webwasher. Link to comment Share on other sites More sharing options...
tyraa Posted August 9, 2011 Share Posted August 9, 2011 I think you are getting error cause of any other problem i don't think that it is cause of it is insecure. try to scan it again and re-install it i think it may remove the errors. some times we get errors cause of any internal problems in coding or other. Link to comment Share on other sites More sharing options...
yabonga Posted September 15, 2011 Share Posted September 15, 2011 Removing the wibiya Toolbar (module stickyfoot) solved my problem. Maybe you have any module installed that could cause the error. I found it with the use of firefoxes option called page info. Clicking on the Media tab, you can see every 'media' like pictures on the page with its links. So you can identify a http link where it has to be a https link. good luck. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now