SSL Issue With Minify Plugins
-
I recently upgraded my site to HTTPS and installed an SSL certificate. After doing so, there were several site errors.
First, external links from our site were being forced over HTTPS instead of HTTP (when they were defined link), which meant that we could not link to HTTP sites. It turns out this issue was being caused by the “Minify HTML” which was scrubbing the prefixes off of our links (https://www.link.com => //www.link.com). The browser would assume https:// as a prefix which caused errors with many external http links. Deactivating the “Minify HTML” plugin solved this issue.
Second, many JS and CSS relationships broke; ex. a <div> on our homepage that was being targeted as a widget by a JavaScript file no longer loaded (it was just empty). Deactivating “Better WordPress Minify” solved this issue.
However, now I want to be able to minify my code for Page Speed reasons. Is there one that works? Can I modify the PHP of the above plugins? Is there a script that I can load?
This post is not only a warning to others who have experienced these SSL issues, but to ask what plugin will work with SSL / how can I make the above plugins work with SSL?
Thank you in advance!!
- The topic ‘SSL Issue With Minify Plugins’ is closed to new replies.