• Resolved jujiz

    (@jujiz)


    Hello,

    I am with a issue in the pagebuilder of my site. We are trying to figure the reason, and after the troubleshoot the author of the theme send me this:

    it looks like there’s an issue with your HTTPS configuration. If you open the browser developer tools you can see this error in the console:

    Uncaught (in promise) DOMException: Failed to construct 'Worker': Script at 'http://julianabarroso.com/wp-content/themes/pro/cornerstone/assets/dist/js/worker.f241066.js' cannot be accessed from origin 'https://julianabarroso.com'.
        at i (https://julianabarroso.com/wp-content/themes/pro/cornerstone/assets/dist/js/app.f241066.js:14:12661)
        at https://julianabarroso.com/wp-content/themes/pro/cornerstone/assets/dist/js/app.f241066.js:14:8882

    The worker script gets loaded from the app script. Notice how one of them is http instead of https? This could mean that you have a system that is trying to automatically rewrite http to https instead of it being saved as the WordPress site URL. I see you have the Really Simple SSL plugin active, but it doesn’t seem to be fully configured.I would recommend starting there and getting your site fully running on HTTPS before continuing.

    So The only missing configuration was the 301Redirect I dont know if there is something I can do to solve this. Can you help me?

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Is SSL activated in the plug-in? If so, your site Url should now be https (in settings/general). Can you check that?

    Thread Starter jujiz

    (@jujiz)

    Hello,

    yes there is a green dot saying SSL Activated. And yes my url is https

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    If you haven’t done so already, I would recommend to enable .htaccess 301 redirect in settings/ssl.

    Thread Starter jujiz

    (@jujiz)

    yes its done also

    Plugin Author Mark

    (@markwolters)

    Could you also try to clear all caches the website uses? That should refresh all files and make them use https://.

    Thread Starter jujiz

    (@jujiz)

    hello,

    now it was requested to me disconnect Cloudflare to debug the issue, So I did by changing the nameservers and now seems there is a conflict with the http/https. IT says “not secured” – Should I follow some steps when I change the dns nameservers?

    • This reply was modified 5 years, 4 months ago by jujiz.
    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    It depends if you used the Cloudflare SSL certificate. Instead of disconnecting, you can also enable developer mode in CloudFlare.

    Here are some more tips when dealing with CloudFlare:
    https://really-simple-ssl.com/knowledge-base/ssl-cloudflare-really-simple-ssl/

    Thread Starter jujiz

    (@jujiz)

    Hello @rogierlankhorst thankyou for the tip.
    So I went to my host to change back to the cloudflare nameservers and I turned ON the “Development Mode”.

    So I went back to the options of the plugin and i have a warning:

    The .htaccess redirect rules selected by this plugin failed in the test. Set manually or dismiss to leave on WordPress redirect.
    # BEGIN rlrssslReallySimpleSSL rsssl_version[4.0.8]
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTPS} !=on [NC]
    RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
    </IfModule>
    # END rlrssslReallySimpleSSL

    And a “Open message”:

    The mixed content fixer could not be detected due to a cURL error: cURL error 60: SSL certificate problem: self signed certificate. cURL errors are often caused by an outdated version of PHP or cURL and don't affect the front-end of your site. Contact your hosting provider for a fix. More info or dismiss

    screenshot:
    https://ibb.co/LNZdV1C

    What should i do now?

    • This reply was modified 5 years, 4 months ago by jujiz.
    • This reply was modified 5 years, 4 months ago by jujiz.
    Plugin Author Mark

    (@markwolters)

    Hi @jujiz,

    this message indicates your site does not have a valid SSL certificate. Really Simple SSL is a tool to configure your site for SSL, the plugin is not an SSL certificate itself. This issue should be fixed once a valid SSL certificate has been installed. See https://really-simple-ssl.com/knowledge-base/installing-an-ssl-certificate/ for our recommendations.

    Thread Starter jujiz

    (@jujiz)

    Hello Mark 🙂

    Yes cloudflare does that for me. I had to deactivate to troubleshoot another issue …

    Plugin Author Mark

    (@markwolters)

    Hi @jujiz,

    the site does seem to be working correctly on SSL now. Are you still experiencing the script loading over http:// issue?

    Thread Starter jujiz

    (@jujiz)

    Hello Mark thanks for asking. I made a roll-back and its everything fine for now.
    Thanks

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘issue with your HTTPS configuration’ is closed to new replies.