Title: issue with your HTTPS configuration
Last modified: February 5, 2021

---

# issue with your HTTPS configuration

 *  Resolved [jujiz](https://wordpress.org/support/users/jujiz/)
 * (@jujiz)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissue-with-your-https-configuration%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14011666)
 * 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](https://wordpress.org/support/users/jujiz/)
 * (@jujiz)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14012035)
 * Hello,
 * yes there is a green dot saying SSL Activated. And yes my url is https
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14014336)
 * If you haven’t done so already, I would recommend to enable .htaccess 301 redirect
   in settings/ssl.
 *  Thread Starter [jujiz](https://wordpress.org/support/users/jujiz/)
 * (@jujiz)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14014370)
 * yes its done also
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14017908)
 * Could you also try to clear all caches the website uses? That should refresh 
   all files and make them use [https://](https://wordpress.org/support/topic/issue-with-your-https-configuration/?output_format=md).
 *  Thread Starter [jujiz](https://wordpress.org/support/users/jujiz/)
 * (@jujiz)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14020725)
 * 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](https://wordpress.org/support/users/jujiz/).
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14021160)
 * 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/](https://really-simple-ssl.com/knowledge-base/ssl-cloudflare-really-simple-ssl/)
 *  Thread Starter [jujiz](https://wordpress.org/support/users/jujiz/)
 * (@jujiz)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14021335)
 * Hello [@rogierlankhorst](https://wordpress.org/support/users/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](https://ibb.co/LNZdV1C)
 * What should i do now?
    -  This reply was modified 5 years, 4 months ago by [jujiz](https://wordpress.org/support/users/jujiz/).
    -  This reply was modified 5 years, 4 months ago by [jujiz](https://wordpress.org/support/users/jujiz/).
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14023631)
 * Hi [@jujiz](https://wordpress.org/support/users/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/](https://really-simple-ssl.com/knowledge-base/installing-an-ssl-certificate/)
   for our recommendations.
 *  Thread Starter [jujiz](https://wordpress.org/support/users/jujiz/)
 * (@jujiz)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14024174)
 * Hello Mark 🙂
 * Yes cloudflare does that for me. I had to deactivate to troubleshoot another 
   issue …
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14031518)
 * Hi [@jujiz](https://wordpress.org/support/users/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](https://wordpress.org/support/users/jujiz/)
 * (@jujiz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14036666)
 * 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.

 * ![](https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720)
 * [Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)](https://wordpress.org/plugins/really-simple-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-ssl/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [jujiz](https://wordpress.org/support/users/jujiz/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/issue-with-your-https-configuration/#post-14036666)
 * Status: resolved