BLACK FRIDAY
Save 59% on PageForge Annual $191/year $485/year
Claim 59% Off β†’
Flex SSL icon
Actively maintained Tested with WP 7.1 #11 in certificate

Flex SSL

Force HTTPS, update site URLs, and add security headers. Supports reverse proxies, certificate checks, and lock-out recovery.

Active installs50+10+ tier
Downloads Β· 30d309β–Ό -7.2% vs prev. 30d
Ratingβ€”0 reviews
Health score68/100Good
All-time downloads1.5KSince Apr 2025
Support resolvedβ€”No recent threads
RequiresWP 5.1PHP 7.0+
Downloads Β· 7d37β–Ό -61.1% week over week
Our verdict

Solid choice

Flex SSL is a solid plugin choice in 2026, with a few things worth checking first. It runs on 50+ sites and was last updated 1 week ago, and scores 68/100 on our health check.

  • Actively developed β€” last update 1 week ago
  • Tested with the latest WordPress (7.1)
  • Small user base (50+ active installs)
  • Very few reviews so far

How does it stack up?

Side-by-side on installs, updates, ratings & support

Daily downloads

153147Jun 28Aug 11Sep 25
Yesterday3
Daily average (1y)3
Peak day63Sep 2, 2026
Last 12 months1.2K

Download spikes usually follow a new release β€” each site that auto-updates counts as a download.

Rankings

Where Flex SSL stands today

WordPress.org search rankings

Live position in the plugin search, top 100
KeywordPositionCompeting pluginsCategory
certificate >100 1,226 Best certificate plugins β†’
cloudflare >100 1,737 Best cloudflare plugins β†’
https >100 10,000 Best https plugins β†’
security >100 10,000 Best security plugins β†’
ssl #34 2,002 Best ssl plugins β†’

Version adoption

Share of active sites per release.

  • 1.060.0%
  • 1.240.0%

About Flex SSL

From the official readme Β· v1.2.1

Description

Flex SSL is a lightweight WordPress plugin designed to secure your website by enforcing HTTPS across your entire site. Key features include:

  • Force HTTPS: Automatically redirect all HTTP requests to HTTPS. Encoded and non-ASCII permalinks are preserved. Alias hosts fall back to the WordPress home URL.
  • Auto-Update URLs: Change WordPress site and home URLs from HTTP to HTTPS, with a stored backup you can revert.
  • Cloudflare/Proxy Support: Detects HTTPS headers from Cloudflare, Azure, CloudFront, and other reverse proxies to avoid redirect loops.
  • Security Headers: Optionally add HSTS (includeSubDomains is optional), X-Frame-Options, X-Content-Type-Options, and Referrer-Policy.
  • Mixed Content Fixer: Rewrites this site’s HTTP URLs to HTTPS in content, excerpts, attachments, srcset, scripts, and styles. External links are left unchanged. Tools can scan the front page for leftovers.
  • SSL Status: View certificate expiry, issuer, subject names, trust, and hostname match. Optional admin notices and email before expiry.
  • Redirect Options: Choose between 301 (permanent) and 302 (temporary) for GET. Non-GET requests use 307.
  • Logs, Tools, and Site Health: Monitor changes, test HTTPS, and see Flex SSL tests in Tools β†’ Site Health.
  • Recovery: FLEX_SSL_DISABLE in wp-config.php, Tools β†’ Revert URLs, and wp flex-ssl disable / wp flex-ssl revert-urls.

On Multisite, settings and URL updates are per site.

License

Flex SSL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

For more details, see https://www.gnu.org/licenses/gpl-2.0.html.

Installation

  1. Upload the flex-ssl folder to your /wp-content/plugins/ directory or install via the WordPress plugin installer.
  2. Activate the plugin through the WordPress admin.
  3. Navigate to Flex SSL β†’ Settings from the admin menu.
  4. Confirm the site loads over HTTPS (host panel, Cloudflare Full, or similar).
  5. Turn on Enable SSL, then Force HTTPS and Update Site URL. Use the proxy override if HTTPS is terminated in front of WordPress.

Frequently asked questions

Does Flex SSL work behind Cloudflare?

Yes. Flex SSL supports reverse proxy configurations including Cloudflare’s Flexible and Full SSL modes by detecting proxy headers. For Flexible SSL, enable β€œHTTPS is terminated at a proxy” before turning on Force HTTPS.

Do I need to modify wp-config.php?

No. Flex SSL works without wp-config.php changes. If you get locked out, add define( 'FLEX_SSL_DISABLE', true ); to stop all Flex SSL runtime hooks.

How do I generate an SSL certificate?

Flex SSL does not issue certificates. Use your host panel, Cloudflare, or Let’s Encrypt on the server, then use this plugin to enforce HTTPS and watch expiry.

What happens if SSL is not installed on my server?

The plugin checks for a certificate and shows a warning. You can still enable features if HTTPS is terminated at a proxy. Force HTTPS to this origin needs a working certificate.

I cannot reach wp-admin after enabling Force HTTPS.

Add define( 'FLEX_SSL_DISABLE', true ); to wp-config.php, or run wp flex-ssl disable and wp flex-ssl revert-urls. Fix HTTPS, then remove the constant.

Changelog

About FLEX now lists every plugin in the FLEX suite.

1.2.1

  • About FLEX lists the full suite, including Flex Clone and FLEX SMM & SEO.

1.2.0

  • Preserve percent-encoded and non-ASCII URLs on HTTPS redirects.
  • Redirect alias hosts to the WordPress home URL instead of wp-admin.
  • Use 307 for POST and other non-GET requests; add X-Redirect-By: Flex SSL.
  • Detect more reverse-proxy HTTPS headers (Azure, CloudFront, X-Forwarded-SSL).
  • Pause Force HTTPS for a visitor after a detected redirect loop.
  • HTTPS probe before enabling Force HTTPS or Update Site URL, with a proxy override.
  • Remember previous site URLs and restore them from Tools or WP-CLI.
  • Kill switch: define( ‘FLEX_SSL_DISABLE’, true ); in wp-config.php.
  • Optional HSTS includeSubDomains (existing HSTS users keep it on).
  • Align Referrer-Policy with Flex Website Security.
  • Certificate issuer, SANs, trust, hostname match, daily expiry notices, and optional email.
  • Tools screen: HTTPS test, certificate re-check, mixed content scan, revert URLs.
  • Site Health tests and WP-CLI: wp flex-ssl disable|enable|revert-urls|status|probe.
  • Removed the Let’s Encrypt “coming soon” promise. Multisite is per site.

1.1.2

  • Tested up to WordPress 7.1.
  • About FLEX uses current suite names, including Flex SEO and SMM, Flex Website Security, and Flex Maintenance.

1.1.1

  • List flexfields and hovoqoch as contributors.
  • About FLEX links the full suite, including Flex Shortcodes.

1.1.0

  • Admin UI aligned with Flex Redirects: header, pill navigation, stats, and cards.
  • Settings, Logs, and Usage are now separate screens.
  • Enable SSL is now a master switch for all other features.
  • Force HTTPS runs early so wp-admin and wp-login.php are redirected, not only the front end.
  • Force SSL Admin uses force_ssl_admin() (the FORCE_SSL_ADMIN constant is already defined before plugins load).
  • HSTS is sent only over HTTPS, without preload.
  • Mixed content fixer rewrites same-host URLs only, including attachments and srcset.
  • Certificate-not-found is a warning, not a lock on the settings.
  • Logs record setting changes and rate-limited HTTPS redirects.
  • Tested up to WordPress 7.0. Plugin Check cleanup (hidden files, prefixes, sanitization).

1.0.12

  • Updated plugin author to FLEX (https://flexible.am/).

Full changelog on WordPress.org β†’

Screenshots

Settings – SSL status, Force HTTPS, mixed content, and security options.
Settings – SSL status, Force HTTPS, mixed content, and security options.
Logs – View and clear recent SSL events.
Logs – View and clear recent SSL events.
Usage – Short guide to HTTPS, headers, and proxies.
Usage – Short guide to HTTPS, headers, and proxies.
Flex SSL screenshot
Flex SSL screenshot
Flex SSL screenshot

For developers

Is this your plugin? Show off the numbers.

Add a live badge to your site, docs or GitHub README. It updates on its own β€” no account needed.

Active installs badge Rating badge Health score badge

Best Flex SSL alternatives

All certificate plugins β†’
Alternatives
Rank Plugin Active installs Rating Updated Health
1 Certificate customizer for Tutor LMS Certificate customizer for Tutor LMS An example of a custom certificate development process for Tutor LMS Pro. by Themeum 1K+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 5 (1) 5 years ago 34
2 Certificate Verification Certificate Verification Admin can enter course certificate codes , and details in the panel and user can verify… by SegWitz Sdn Bhd 1K+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 5 (5) 6 years ago 39
3 ValidateCertify Free ValidateCertify Free ValidateCertify is the ultimate plugin for ensuring the authenticity and integrity of… by Javier Revilla 900+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 3.7 (3) 7 months ago 45
4 SSL Certificate Manager SSL Certificate Manager A SSL certificate installer and manager. Install newest cURL SSL certificate for WordPress… by shenliqing 600+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 5 (1) 5 years ago 34
5 Certify – Certificate Management & Verification Certify – Certificate Management & Verification Certify is a modern, user-friendly WordPress plugin for managing and verifying course… by Amrit Kumar Chanchal 500+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 5 (2) 1 year ago 43
6 PressPrimer Certificate – Certificate Designer & Course Certification for Your LMS PressPrimer Certificate Design, issue, and verify certificates on your own site. A drag-and-drop designer… by PressPrimer 200+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 5 (2) 2 days ago 80
7 Accredible Certificates & Open Badges Accredible Certificates & Open Badges Certificates, open badges and blockchain credentials. Create, update and manage them on… by accredible 90+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 2 (5) 4 weeks ago 56
8 Edutain Certificate Validator – Certificate Verification, QR Code & Digital Credentials Edutain Certificate Validator Verify certificates, id cards or licenses online from your own WordPress site. No LMS, no… by Edutainment UK 70+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 5 (2) 1 week ago 70
9 Accredible LearnDash Add-on Accredible LearnDash Add-on Issue credentials, certificates, or badges for your LearnDash courses through Accredible… by accredible 70+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… No reviews 7 months ago 40
10 Academic Certificate Verification – Certificate Management & Certificate Validator Academic Certificate Verification Easily verify, validate, and manage academic certificates, diplomas, degrees, and training… by Syed Tarikul Islam 60+ β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜… 5 (1) 5 days ago 75

FAQ

Flex SSL: quick answers

Straight answers, pulled from live WordPress.org data.

Live data from WordPress.org Β· checked Sep 26, 2026

Is Flex SSL free?

Yes. Flex SSL is free to download and use from the official WordPress.org plugin directory.

Is Flex SSL safe to use in 2026?

Flex SSL is a solid plugin choice in 2026, with a few things worth checking first. It runs on 50+ sites and was last updated 1 week ago, and scores 68/100 on our health check.

How many websites use Flex SSL?

Flex SSL is active on 50+ WordPress websites and has been downloaded 1,512 times since it launched in April 2025. It was downloaded 309 times in the last 30 days.

Does Flex SSL work with WordPress 7.1?

Yes. The developer has tested Flex SSL up to WordPress 7.1.2, the latest release. It requires WordPress 5.1 or newer.

What PHP version does Flex SSL need?

Flex SSL requires PHP 7.0 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.

When was Flex SSL last updated?

The latest version, 1.2.1, was released on September 16, 2026 (1 week ago).

Who makes Flex SSL?

Flex SSL is developed and maintained by Flex Plugins.

What are the best alternatives to Flex SSL?

The most popular alternatives to Flex SSL are Certificate customizer for… (1K+ installs), Certificate Verification (1K+ installs) and ValidateCertify Free (900+ installs).

Powered by PageForge

Want thousands of pages that rank like these? Build them in an afternoon.

This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages β€” with schema, internal links and AI-written copy baked in.

  • CSV, Google Sheets & API data sources
  • AI content, schema & internal links per page
  • Works with Elementor, Gutenberg, Yoast & Rank Math
  • Free on WordPress.org β€” no credit card
Sarah is here to help!
Hi there! πŸ‘‹ Need help finding what you're looking for?
Sarah
Sarah
Online & Ready to Help
Hi there! πŸ‘‹ Need help finding what you're looking for?

We'll use this to continue our conversation

Just now βœ“ Verified

Join 500+ SEO Pros Scaling Their Strategy

Get exclusive programmatic SEO tactics, AI content workflows, and the latest PageForge updates delivered straight to your inbox. Stay ahead of the algorithm.

We care about your data in our privacy policy.