TLS Compatibility Checker
A scanner for outgoing HTTP requests in WordPress code to check TLS 1.2/1.3 compatibility.
by Pantheon Systems · github.com/pantheon-systems/wp-tls-compatibility-checker
★ 1stars
1composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pantheon-systems/wp-tls-compatibility-checker/archive/refs/heads/main.zipAlso on Packagist as pantheon-systems/wp-tls-compatibility-checker:
composer require pantheon-systems/wp-tls-compatibility-checkerDeclares an update source (pantheon-systems/wp-tls-compatibility-checker), so updates arrive through the plugin's own updater.
From the readme
WP TLS Compatibility Checker
A scanner for outgoing HTTP requests in WordPress code to check TLS 1.2/1.3 compatibility.
Installation
Via Composer
Via Git Updater
WP TLS Compatibility Checker supports Andy Fragen's Git Updater method of managing plugins.
1. Download and install Git Updater on your WordPress site.
1. From the Git Updater admin pages, navigate to Install Plugin and use the following values:
Plugin URI: pantheon-systems/wp-tls-compatibility-checker
Repository Branch: main
Remote Repository Host: GitHub
GitHub Access Token: (optional, leave blank)
Manually
1. Download the latest release on GitHub.
1. Unzip the archive into your WordPress plugins directory (usually /wp-content/plugins/).
1. Upload the plugin to your WordPress site.
1. Activate the plugin.
Usage
There are two ways to use the TLS Checker: via the WordPress admin or via WP-CLI. The plugin adds a new TLS Compatibility page to the Tools menu. This page allows you to run a TLS scan on your site against /wp-content and all subdirectories. When the scan is complete, a list of URLs that are not compatible with TLS 1.2 or higher will be displayed.
You can also run the scan using the WP-CLI comma
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Mar 7, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.