dclark Posted March 11, 2015 Share Posted March 11, 2015 Hello I am having some issues with the SSL certificate working properly especially on mobile clients. They get untrusted and not safe warnings which I assume is a problem with items loading via http instead of https. I found some of these in the head section. They seem to be related to modules. Below is the head section from our page and we are using a purchased Theme #944. The items in red are the ones that I think may be created the problem. Does anyone have a suggestion of how to fix this? Do I have a setting wrong in the setup? Site is pafitnessheadquarters.com which is being redirected to pafitnessheadquarters.com/shop via an htaccess redirect. Thanks David <meta content="Shop powered by PrestaShop" name="description"></meta><meta content="PrestaShop" name="generator"></meta><meta content="index,follow" name="robots"></meta><meta content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" name="viewport"></meta><meta content="yes" name="apple-mobile-web-app-capable"></meta><link href="/shop/img/favicon.ico?1426103177" type="image/vnd.microsoft.icon" rel="icon"></link><link href="/shop/img/favicon.ico?1426103177" type="image/x-icon" rel="shortcut icon"></link><link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/global.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/autoload/highdpi.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/autoload/responsive-tables.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/autoload/uniform.default.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/js/jquery/plugins/fancybox/jquery.fancybox.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/product_list.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockcart/blockcart.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockcategories/blockcategories.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockcurrencies/blockcurrencies.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blocklanguages/blocklanguages.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockcontact/blockcontact.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blocknewsletter/blocknewsletter.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/js/jquery/plugins/autocomplete/jquery.autocomplete.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blocksearch/blocksearch.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/modules/blocktags/blocktags.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockuserinfo/blockuserinfo.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockviewed/blockviewed.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/homeslider/homeslider.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/themeconfigurator/css/hooks.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockwishlist/blockwishlist.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blockpermanentlinks/blockpermanentlinks.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/productcomments/productcomments.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/favoriteproducts/favoriteproducts.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blocktopmenu/css/blocktopmenu.css" rel="stylesheet"></link><link media="all" type="text/css" href="/shop/themes/theme944/css/modules/blocktopmenu/css/superfish-modified.css" rel="stylesheet"></link><link media="all" type="text/css" rel="stylesheet" href="http://pafitnessheadquarters.com/shop/modules/blockfaq/css/blockfaq.css"></link><link media="all" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet"></link> Link to comment Share on other sites More sharing options...
SirPresta Posted March 11, 2015 Share Posted March 11, 2015 Hi, about first link without http Look into file themes/YOUT_MODULE_NAME/header.tpl and try to find this line: <link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900' rel='stylesheet' type='text/css'> Next, replace http for https. About secound problematic link, try to contact with authors of your blockfaq module. Best regards Link to comment Share on other sites More sharing options...
Recommended Posts