View Single Post
Old 12-11-2020, 10:39 AM  
hdbuilder
Confirmed User
 
hdbuilder's Avatar
 
Industry Role:
Join Date: Jun 2012
Location: Canada
Posts: 1,338
Quote:
Originally Posted by PretjeNL View Post
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
Happy to see you found the issue, if you are using Really Simple SSL it probably means you are using Cloudflare to be https. In that case you need to use that htaccess rule:

# Redirect to https
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

Regards,
Nick
__________________

ROBO SCRIPTS | WP CAM PLUGIN - Scripts To Promote Cam Sites - Chaturbate, BongaCams, Streamate, LiveJasmin, Stripchat...

The Cam Site Builder, The Cam Multi Site Builder -> MULTIPLE CAM SITES IN ONE
hdbuilder is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote