I’ve been using the free version of Really Simple SSL to enforce HTTPS and fix mixed content issues. After the recent update, it shows three critical issues on the site health page, and the only way to resolve them is by upgrading to the Pro version, which costs $49/year. I know it’s not a huge amount, but the way they’ve done it feels really shady.
I’ve heard about other plugins like WP Force SSL, but I don’t want to use something that might work the same way. Has anyone used a better plugin they’d recommend? Or should I just get rid of SSL plugins completely? I didn’t use this plugin to install Let’s Encrypt, if that helps.
Which hosting provider are you using? Usually, there’s no need for an SSL plugin. Let’s Encrypt is free, and most hosts offer it. If you’re using Apache or nginx, you can add simple rewrites to enforce HTTPS. Cloudflare also has a toggle for this.
Why not just force HTTPS using htaccess? It’s a quick task—takes about 3 minutes. If you’re unsure how, you can search online or ask for help. You can also do it through the functions.php file if htaccess isn’t an option. Both methods are simple and free.
SSL plugins are pointless. Most platforms let you set up SSL certificates with one click, and fixing mixed content issues is just a matter of running a find-and-replace command.
Clarke said:
SSL plugins are pointless. Most platforms let you set up SSL certificates with one click, and fixing mixed content issues is just a matter of running a find-and-replace command.
Looks like most people agree I don’t need it. I’ll remove it then. Thanks!