Archived
This topic is now archived and is closed to further replies.

Recommended Posts
-
Similar Content
-
By Premium+
I have an error on my wordpress site.
The error is Platform 5 Connection Issue
cURL error 60: SSL certificate problem: certificate has expired. The Extension Engine can not be loaded. It just spins with the LOADING cog and nothing happens.
It worked 2 days ago. What is the solution?
-
By marshallsolutions
For the site https://marshallsirishpub.com I am running
Wordpress 4.9.4
Pagelines base theme 1.0.2
Pagelines Framework 2.5.0
The share bar specifically Stumble Upon is causing an error when checking SSL for HTTPS at whynopadlock.com. Here is the errors shown:
A file with an insecure url of "http://cdn.stumble-upon.com/js/badge_su.js?v=20120613" was loaded on line: 1 of https://www.stumbleupon.com/badge/embed/2/?url=https%3A%2F%2Fmarshallsirishpub.com%2F.
A file with an insecure url of "http://cdn.stumble-upon.com/css/badges_su.css?v=20120613" was loaded on line: 1 of https://www.stumbleupon.com/badge/embed/2/?url=https%3A%2F%2Fmarshallsirishpub.com%2F.
Errors that are reported on line 1 are generally not part of the source code. This error may be caused by an external javascript file which is writing to the page, however we are unable to reliably detect these scripts in our automated test.
Please contact us using the "Need Help?" link below if you need assistance with resolving this error.
I contacted support at Really Simple SSL which is the plugin we use to convert the site to HTTPS via SSL. They said I should contact you guys. Here is what their support had to say via email:
the sharing bar seems to load the Stumbleupon script over http:// despite being trying to redirect it to https://. The cdn.stumbleupon doesn't seem to have an SSL certificate and therefore refuses to load over https://. I'd suggest to contact the developer of the sharing plugin, the Stumbleupon button can de designed in another way, without it trying to load a script over http://.
So it seems I need to modify some file in pagelines to make the stumble upon portion of the share bar to read https and not http. If that's not possible then I need to remove stumble upon from the share bar.
Thanks.
-
By yemoonyah+
Hi, even though I just got a SSL certificate, I can't get the green padlock to appear due to the following error:
:A file with an insecure url of "http://yemoonyah.com/wp-content/plugins/pl-section-boxes/check.svg" was loaded via the javascript file: https://yemoonyah.com/wp-includes/js/jquery/jquery.js?ver=1.12.4 on line 3. The insecure URL may not be directly contained in the script file and may exist elsewhere."
I figured if I delete and re-install the plugin it might fix the problem but will my boxes on the website still be there? Or do I have to redesign everything all over again if I delete the plugin and then re-install it?
-
By israelgenealogy
I have an old PageLines site that I recently got working with SSL, but there are mixed content errors. There are two problems I've found. One is the search button icon called from forms.less:
url(@{plRoot}/images/[email protected])
The second is when PageLines loads FontAwesome from icons.less:
url('@{iconFont}.eot?v=3.0.1');
Where is similarly loads the font using http. Any idea why these are loading using http instead of https, and is there a simple way to fix these? I know I need to upgrade the theme, but it's a major project, so for the moment I'd just like to get these secured before taking on switching themes/frameworks.
-