View Single Post
Old 12-11-2020, 02:36 AM  
PretjeNL
Confirmed User
 
Industry Role:
Join Date: Dec 2013
Posts: 208
Quote:
Originally Posted by hdbuilder View Post
Is it possible that you changed your site to https and forgot to update the cron jobs url?

Regards,
Nick
Hi Nick,

i checked the cron jobs but they are all on HTTPS, but your point made me thinking.
On all the sites i use the Really Simple SSL plugin to get the mixed content on HTTPS, and i think that's the problem. This plugin is adding some rules to the .htacces:

# BEGIN rlrssslReallySimpleSSL rsssl_version[4.0.5]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL

I took this out and now CB is not showing any grey logo's anymore and works fine while the mixed content is still HTTPS
PretjeNL is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote