Really Simple SSL

帮助改进此插件的 简体中文 翻译~ 同时,你可以通过安装 WP-China-Yes 插件,并切换应用市场为“LitePress 应用市场”来接收翻译推送。

Really Simple SSL will automatically configure your website to use SSL to its fullest potential. Use extra security features to protect your website, and use our server health check to keep up-to-date.

Features

  • Easy SSL Migration: Takes your website to HTTPS in just one-click.
  • Let’s Encrypt: Install an SSL Certificate if your hosting provider supports manual installation.
  • Server Health Check: Your server configuration is every bit as important for your website security.
  • WordPress Hardening: Tweak your configuration and keep WordPress fortified and safe by tackling its weaknesses.
  • Vulnerability Detection: Get notified when plugins, themes or core contain vulnerabilities and need appropriate action.

使用真正简单的 SSL Pro 提高安全性

  • The Mixed Content Scan & Fixer. Detect files that are requested over HTTP and fix it. Both Front- and Back-end.

Security Headers

These features mitigate the risk of clickjacking, cross-site-forgery attacks, stealing login credentials and malware among others.

  • Independent of your Server Configuration, works on Apache, LiteSpeed, NGINX etc.
  • Protect your website visitors with X-XSS Protection, X-Content-Type-Options, X-Frame-Options and Referrer Policy.
  • Enable HTTP Strict Transport Security and configure your site for the HSTS Preload list.

Advanced Security

Isolate your website from unnecessary file loading and exchanges with third-parties. Fully control your website and minimize risk of manipulation.

  • Designed for WordPress.
  • Control third-parties with the Content Security Policy – including Learning Mode.
  • Control browser features with the Permissions Policy e.g. geolocation, camera’s and microphones.
  • Isolate information exchange between other websites. Fully control in- and outbound of data.

Advanced Hardening

  • Choose a custom login URL
  • Rename and randomize your database prefix.
  • Change the debug.log file location to a non-public folder
  • Disable application passwords.
  • Disable HTTP methods, reducing HTTP requests.

Vulnerability Measures

When a vulnerability is detected you will get notified accordingly. With Vulnerability Measures you can configure simple, but effective, measures to make sure a missed notification is not the end of the world.

  • Force update: An update process will be tried multiple times, until it can be assumed development of a theme or plugin is abandoned. You will be notified during these steps.
  • Quarantine: This extends the update process, which will run. When a plugin or theme can’t be updated to solve a vulnerability, it will be disabled and deactivated. Use with caution!

How does Really Simple SSL’s HTTPS migration work?

  • The plugin will check for an existing SSL certificate. If you don’t have one, you can generate one in the plugin. Depending on your hosting provider, the plugin can also install it for you or assist with instructions.
  • If needed, It will handle known issues WordPress has with SSL. An example might be that your website uses a loadbalancer, proxy or headers are not passed to detect a certificate.
  • All incoming requests are redirected to HTTPS with a default 301 WordPress redirect. You can also choose a .htaccess redirect.
  • The Site URL and Home URL are changed to HTTPS.
  • Your insecure content is fixed by replacing all HTTP:// URLs with HTTPS://, except external hyperlinks, dynamically.
  • Cookies with PHP are set securely by setting them with the HTTPOnly flag.

Useful Links

喜欢 Really Simple SSL 吗?

Hopefully, this plugin saves you some time. If you want to support the continuing development of this plugin, please consider buying Really Simple SSL Pro, which includes some excellent security features and premium support.

About Really Simple Plugins

Other plugins developed by Really Simple Plugins are: Complianz and Burst Statistics. Really Simple SSL is developed by Really Simple Plugins.

For generating SSL certificates, Really Simple SSL uses the le acme2 PHP Let’s Encrypt client library, thanks to ‘fbett’ for providing it. Vulnerability Detection uses WP Vulnerability, an open-source initiative by Javier Casares. Want to join as a collaborator? We’re on GitHub as well!

屏幕截图

要安装这插件:

  1. 做好备份!请参阅我们的建议
  2. Install your SSL certificate or generate one with Really Simple SSL.
  3. 下载这插件
  4. 上载这插件到 wp-content/plugins 目录。
  5. 您可能需要重新登录,因此请准备好您的凭据。
  6. 请到您 WordPress 管理中的 “plugin”, 然后点选启动。
  7. 您现将会看到一小指示要求您启动 SSL. 点取它并重新登入。

7.0.6

  • July 6th 2023
  • Improvement: support custom wp-content directory in advanced-headers.php
  • Improvement: prevent usage of subdirectories in custom login url
  • Fix: translations not loading for chunked react components
  • Improvement: add option to manually re-check vulnerabilities ‘&rsssl_check_vulnerabilities’, props @fawp

7.0.5

  • Fix: some users with a non www site reporting issues on the login page over http://www, due to the changes in the wp redirect. Reverting to the old method. props @pedalnorth, @mossifer.

7.0.4

  • June 14th 2023
  • Improvement: notice informing about the new free vulnerability detection feature
  • Improvement: improved the php redirect method
  • Improvement: make the wp-config.php not writable notice dismissable
  • Fix: feedback on hardening features enable action not showing as enabled, props @rtpHarry

7.0.3

  • Fix: fix false positives on some plugins
  • Improvement: vulnerability notifications in site health, if notifications are enabled.

7.0.2

  • Improvement: improve matching precision on plugins with vulnerabilities.

7.0.1

  • Fix: When the Rest API is not available, the ajax fallback should kick in, which didn’t work correctly in 7.0. props @justaniceguy

7.0.0

  • New: Vulnerability Detection is in Beta – Read more or Get Started
  • Improvement: move onboarding rest api to do_action rest_route
  • Improvement: catch several edge situations in SSL Labs api
  • Improvement: SSL Labs block responsiveness
  • Improvement: more robust handling of wp-config.php detection

6.3.0

  • Improvement: added support for the new Let’s Encrypt staging environment

6.2.5

  • Improvement: add warning alert option
  • Fix: capability mismatch in multisite. props @verkkovaraani

6.2.4

  • Improvement: optionally enable notification emails in onboarding wizard
  • Improvement: onboarding styling
  • Fix: catch non array value from notices array, props @kenrichman
  • Fix: typo in documenation link, props @bookman53

6.2.3

  • Improvement: Changed Back-end react to functional components
  • Improvement: multisite notice should link to network admin page
  • Improvement: detect existing CAA records to check Let’s Encrypt compatibility
  • Improvement: tested up to wp 6.2
  • Improvement: UX improvement learning mode

6.2.2

  • Fix: capability mismatch for a non administrator in multisite admin, props @jg-visual

6.2.1

  • Fix: race condition when activating SSL through wp-cli, because of upgrade script
  • Fix: missing disabled state in textarea and checkboxes
  • Fix: some strings not translatable
  • Fix: Let’s Encrypt renewal with add on
  • Improvement: permissions check re-structuring
  • Improvement: notice on subsite within multisite environment about wildcard updated

6.2.0

  • New: optional email notifications on advanced settings
  • Improvement: added tooltips
  • Improvement: added warnings for .htaccess redirect
  • Improvement: don’t send user email change on renaming admin user, as the email doesn’t actually change
  • Improvement: Use BASEPATH only for wp-load.php, so symlinked folders will load based on ABSPATH
  • Improvement: Improved support for environments where Rest API is blocked

6.1.1

  • Fix: WP CLI not completing SSL when because site_has_ssl option is not set if website has not been visited before, props @oolongm
  • Improvement: prevent ‘undefined’ status showing up in api calls on settings page
  • Improvement: show notice if users are using an <2.0 Let’s Encrypt shell add-on which is not compatible with 6.0

6.1.0

  • Improvement: some UX changes
  • Improvement: Limit number of notices in the dashboard
  • Improvement: load rest api request url over https if website is loaded over https
  • Fix: empty menu item visible in Let’s Encrypt menu

6.0.14

  • Fix: settings page when using plain permalinks, props @mvsitecreator, props @doug2son

6.0.13

  • Improvement: improve method of dropping empty menu items in settings dashboard
  • Improvement: dynamic links in auto installer
  • Improvement: Let’s Encrypt Auto installer not working correctly, props @mirkolofio
  • Improvement: change rest_api method to core wp apiFetch()
  • Improvement: scroll highlighted setting into view after clicking “fix” on a task
  • Improvement: run http method test in batches, and set a default, to prevent possibility of curl timeouts on systems with CURL issues
  • Improvement: clean up code-execution.php file after test, props @spinhead
  • Improvement: give notification if ‘DISABLE_FILE_EDITING’ is set to false in the wp-config.php props @joeri1977
  • Improvement: drop some unnecessary translations
  • Improvement: set better default, and change transients to option for more persistent behavior in wp version test, props @photomaldives
  • Fix: Burst Statistics not activating after installation
  • Fix: CSS for blue labels in progress dashboard below 1080px
  • Fix: WPCLI SSL activation not working due to capability checks, props @oolongm
  • Fix: catch invalid account error in Let’s Encrypt generation, props @bugsjr
  • Fix: do not block user enumeration for gutenberg

6.0.12

  • Fix: on multisite, the test for users with admin username did not use the correct prefix, $wpdb->base_prefix, props @jg-visual
  • Improvement: allow submenu in back-end react application
  • Improvement: Skip value update when no change has been made
  • Improvement: no redirect on dismiss of admin notice, props @gangesh, @rtpHarry, @dumel
  • Improvement: remove obsolete warning
  • Improvement: qtranslate support on settings page

6.0.11

  • Fix: on some environments, the HTTP_X_WP_NONCE is not available in the code, changed logged in check to accomodate such environments
  • Fix: dismiss on admin notices not immediately dismissing, requiring dismiss through dashboard, props @dumel

6.0.10

  • Fix: Apache 2.4 support for the block code execution in the uploads directory hardening feature, props @overlake
  • Fix: When used with Varnish cache, Rest API get requests were cached, causing the settings page not to update.
  • Fix: Ensure manage_security capability for users upgraded from versions before introduction of this capability
  • Fix: allow for custom rest api prefixes, props @coderevolution
  • Fix: bug in Let’s Encrypt generation with DNS verification: saving of ‘disable_ocsp’ setting, create_bundle_or_renew action with quotes
  • Fix: change REST API response method to prevent script errors on environments with PHP warnings and errors, causing blank settings page
  • Improvement: Simplify user enumeration test
  • Improvement: catch unexpected response in SSL Labs object
  • Improvement: z-index on on boarding modal on smaller screen sizes, props @rtpHarry
  • Improvement: hide username field if no admin username is present, props @rtpHarry

6.0.9

  • Fix: incorrectly disabled email field in Let’s Encrypt wizard, props @cburgess
  • Improvement: on rename admin user, catch existing username, and strange characters
  • Improvement: catch openBaseDir restriction in cpanel detection function, props @alofnur
  • Improvement: remove 6.0 update notices on subsites in a multisite network, props @wpcoderca, (@collizo4sky

6.0.8

  • Improvement: Lets Encrypt wizard CSS styling
  • Improvement: re-add link to article about Let’s Encrypt so users can easily find the URL
  • Improvement: let user choose a new username when selecting “rename admin user”

6.0.7

  • Fix: restrict conditions in which htaccess rewrite runs, preventing conflicts with other rewriting plugins

6.0.6

  • Fix: drop upgrade of .htaccess file in upgrade script

6.0.5

  • Fix: race condition in .htaccess update script, where multiple updates simultaneously caused issues with the .htaccess file

6.0.4

  • Fix: using the .htaccess redirect in combination with the block code execution in uploads causes an issue in the .htaccess redirect
  • Fix: deactivating Really Simple SSL does not completely remove the wp-config.php fixes, causing errors, props @minalukic812

6.0.3

  • Fix: Rest Optimizer causing other plugins to deactivate when recommended plugins were activated, props @sardelich

6.0.2

  • Fix: do not show WP_DEBUG_DISPLAY notice if WP_DEBUG is false, props @janv01
  • Fix: empty cron schedule, props @gilvansilvabr
  • Improvement: several typo’s and string improvements
  • Fix: auto installer used function not defined yet
  • Fix: rest api optimizer causing an error in some cases @giorgos93

6.0.1

  • Fix translations not loading for scripts

6.0.0

  • Tested up to WordPress 6.1.0
  • Improvement: User Interface
  • New: Server Health Check – powered by SSLLabs
  • New: WordPress Hardening Features

5.3.0

  • 改进:增加了对 PHP 8.1 兼容性
  • 改进:更新了使用.htaccess 重定向评论
  • 新增:添加安装助手
  • 改进:在 Let’s Encrypt 中检查 is_writable
  • 改进:在证书中捕获未设置主题替代名称和常用名称

5.2.3

  • 碰撞测试高达 5.9

5.2.2

  • 改进:更改有关 Google Analytics 的文本以获得更广泛的应用程序
  • 改进:防止重复通知
  • 改进:对SSL检测失败的情景提供更好的反馈
  • 改进:.htaccess 重定向检测与 preg_match

5.2.1

  • 改进:更改了安全标头反馈的文本
  • 改进:一些资源没有加载到后端缩小
  • 改进:从提示和技巧中删除了一行,以确保在翻译时全部适合
  • 改进:改进对需要 Let's Encrypt 条款和条件复选框的反馈
  • 改进:改进对所选托管公司的反馈,如果 SSL 已经可用或根本不可用。
  • 改进:更新的 wp-config 需要修复通知
  • 改进:RTL css 更新

5.2.0

  • 改进:使用 Let's Encrypt 和 Cross-Origin 资源政策文章更新提示和技巧
  • 改进:更新设置滑块样式
  • 改进:更新了 WP Config 不可写通知和文章
  • 改进:推荐的标头检查现在使用 cURL 进行标头检测

5.1.3

  • 改进:运行后自动将 force-deactivate.php 重命名为 .txt
  • 改进:流行缓存插件的自动刷新缓存
  • 改进:多站点网络设置菜单上的“关闭所有通知”选项
  • 改进:在 Let's Encrypt 证书生成中添加禁用 OCSP 装订的选项,而不是仅自动执行此操作
  • 改进:为设置添加了高对比度选项以获得更好的 WCAG 兼容性
  • 改进:Let’s Encrypt 证书更新上的“手动安装”链接应该指向证书下载而不是托管安装的网址。
  • 改进:推荐标头检查现在使用 cURL 进行标头检测

5.1.2

  • 改进:从激活 ssl 通知中删除一项建议,以保持其清洁
  • 改进:无法自动安装时继续而不是停止
  • 改进:向 Let's Encrypt 生成向导添加重置选项,以允许完全重置 Lets Encrypt
  • 改进:保存的设置反馈

5.1.1

  • 改进:进度条的颜色
  • 改进:在未完成 Let's Encrypt 证书生成过程的情况下,可以关闭有关未受保护目录的通知。
  • 改进:捕获不存在的 fsock 开放功能,道具 @sitesandsearch
  • 改进:任务解除时滑出动画

5.1.0

  • 改进:清除键目录只清除文件
  • 改进:系统状态导出新增WP版本和PHP版本
  • 改进:检查重复的 SSL 插件
  • 改进:在 Let's Encrypt 设置中捕获文件写入错误,其中 custom_error_handler 无法成功捕获错误
  • 改进:添加了新的托管服务提供商 Let's Encrypt

5.0.10

  • 修复:让我们加密 SSL 证书只能通过复制选项下载,而不是通过下载文件

5.0.9

  • 改进:确保清除缓存后在设置页面之外重新计算加一通知
  • 修复:在多站点上,不必要地加载了 Let's Encrypt 特定的过滤器
  • 改进:当用户选择跳过目录检查选项时,也跳过 ACME 库中的挑战目录检查

5.0.8

  • 改进:在子文件夹测试之前移动本地主机测试,因为本地主机警告不会在大多数本地主机设置上显示
  • 修复:使用 shell 插件时,cpanel 安装失败的操作应该是“跳过”而不是“停止”
  • 修复:在 cron_renew_installation 函数中删除过时的参数,props @chulainna

5.0.7

  • 修复:检查 has_well_known_needle 函数中的文件是否存在,props @libertylink
  • 修复:修复了由于端口检查失败导致 OVH 上的 SSL 设置页面超时
  • 改进:在找到有效证书时允许生成 SSL

5.0.6

  • 修复: cron 上未加载 rsssl_server 类

5.0.5

  • 修复:Let's Encrypt 生成的 cron 作业未加载正确的类

5.0.4

  • 修复:由于错误的类使用,php 在 SSL 证书生成模式下通知
  • 改进:如果证书刚刚安装,请刷新选项。
  • 改进:在 SSL 证书生成期间捕获无效订单

5.0.3

  • 改进:安装 SSL 通知可关闭,这允许 SSL 已安装且未检测到的情况。
  • 修复:强制停用功能和系统状态中的 WordPress 基本路径检测
  • 修复:不可驳回的紧急通知仍可驳回
  • 改进:附加组件兼容性检查
  • 改进:由于 Plesk 中的 bug,可能会返回 “无订单 ID” 错误。 现在将自动对 Let’s Encrypt SSL 证书生成进行第二次尝试
  • 改善:允许重写 SSL 证书当发现证书无效

5.0.2

  • 改进:删除一些文件以防止来自 Windows Defender 的误报警告
  • 改进:在 cpanel 集成中移动变量以防止 php 警告。

5.0.1

  • 修复:函数中的过时变量导致某些配置上的 php 错误。

5.0.0

  • 新:让我们加密 SSL 证书生成

4.0.15

  • 修复:模板中的非分层结构化表单元素可能导致设置无法保存在某些配置中。

4.0.14

  • 改进:当 WordPress 错误地报告 SSL 不可用时,更正生成的站点健康通知。
  • 改进:不要在多站点安装的子站点上显示安全 cookie 通知。而是显示在网络仪表板上。

4.0.13

  • 修复了关于 wp config.php 的通知,即使已经写入了 httpOnly cookie 设置,也无法写入通知。

4.0.12

  • 添加了安全 cookie
  • 改进的从右到左文本支持

4.0.11

  • 修复了使用旧 Pro 版本的用户可能会在调用私有函数时遇到致命错误的错误

4.0.10

  • 改进:为 WP Engine 用户启用 WordPess 重定向,禁用 .htaccess 重定向。
  • 改进:针对 WP Engine 中删除的 .htaccess 支持进行调整

4.0.9

  • 改进:仪表板中的一些小的 CSS 改进
  • 修复:将 wp_insert_site 挂钩切换到 wp_initialize_site 道具 @masumm17
  • 修复:多站点:从网络范围切换到每个站点后,反之亦然,完成的通知没有消失。

4.0.8

  • 修复:修复了 get_certinfo() 函数中的错误,其中可以检查带有双前缀的 URL
  • 改进:内容安全策略兼容性

4.0.7

  • 修复:当没有证书可用时,如果数组为空,则捕获未设置的证书信息
  • 修复:次要的 CSS 修复

4.0.6

  • 改进:改进了选项卡式菜单的响应式 css
  • 改进:PHP 8 兼容性
  • 改进:添加了指向不可写通知的帮助文章的链接
  • 改进:插件文件夹重命名时的通知
  • 改进:将所需的 php 最低要求增加到 5.6

4.0.5

  • <4.0 高级版本的向后兼容性

4.0.4

  • 添加了真正简单的插件徽标
  • 修复:为重定向到子站点的多站点启用任务中的链接
  • 修复:从管理员通知中排除加一计数

4.0.3

  • 修复:sitehealthdismiss 无法正常工作,道具 @dofine

4.0.2

  • 修复:不可翻译的字符串,道具@kebbet
  • 改进:通过 https 激活或重新加载 SSL 时清除管理员通知缓存
  • 修复:删除了 Safari 不支持的 javascript 正则表达式,导致关闭在进度块上不起作用
  • 改进:在设置中关闭站点健康通知的选项

4.0.1

  • 修复:修复了在 WP/.htaccess 重定向之间切换导致百分比切换的错误
  • 启用 SSL 后未缓存检测到 SSL 的通知。道具@memery2020
  • 修复:在已经是 SSL 的站点上激活 SSL 之前停用将恢复为 http。

4.0.0

  • New user interface
  • Fix: transient stored with ‘WEEK_IN_SECONDS’ as string instead of constant
  • Improvement: notices dashboard, with dismissable notices
  • 改进:改进的设置命名和说明
  • 改进:技巧中的文章 &技巧部分

3.3.4

  • Fix: prefix review notice dismiss to prevent conflicts with other plugins

3.3.3

  • Dismiss review notice now uses get variable to dismiss it

3.3.2

  • Added a notice when using Divi theme with a link to knowledge base instructions
  • Fixed a CSS issue where the active tab in setting didn’t have an active color
  • Added an additional option to dismiss the review notice
  • Removed review notice capability check
  • Fixed a bug on multisite where a plusone was shown when it should only shown on non-multisite
  • Added prefix to uses_elementor() function and added checks if function_exists

3.3.1

  • Fixed a typo in the backup link
  • Added instructions on how to add a free SSL certificate

3.3

  • Updated SSL activated notice
  • Updated readme

3.2.9

  • Fixed a bug where the redirect to settings page would abort SSL activation, not writing the wp-config fix on new installs
  • Fixed typo in force-deactivate notice

3.2.8

  • Added redirect to settings page after activating SSL
  • Improved dashboard SSL certificate check by using the is_valid check from rsssl_certificate instead of relying on site_has_ssl
  • Updated activation notice
  • Updated settings page sidebar styling and links

3.2.7

  • Updated switch_to_blog function in to a backwards compatible version for older WP installations
  • Updated review notice
  • Improved .htaccess not writeable notice for Bitnami installations to show htaccess.conf location
  • Updated green lock to secure lock text
  • Removed border for dashboard sidebar button
  • Activate some security headers by default when pro is enabled

3.2.6

  • Optimized plusone count function
  • Disabled Javascript redirect by default
  • Fixed a bug in the setting highlight function where an undefined setting name could cause a warning

3.2.5

  • Fixed typo in trace_log() function call

3.2.4

  • Improved and added dashboard notices
  • Improved debug logging
  • Added option to dismiss all Really Simple SSL notices
  • Fixed a bug where other plugins buttons had their style reset

3.2.3

  • Added right-to-left text support
  • Show a plusone behind the notice that generated it
  • Added a dismiss text link to dismissible notices
  • Added highlighting to .htaccess redirect option after clicking on dashboard link
  • Added option to dismiss all notices
  • Added site health notice

3.2.2

  • Fix: some single sites setup were having issues with multisite files being included.

3.2.1

  • Fix: error in regex, cause a fatal error in cases where a plus one already was showing in the settings menu

3.2

  • Added update counter to Settings/SSL menu item if recommended settings aren’t enabled yet
  • Added WP-CLI support
  • Tweak: made some dashboard items dismissible
  • Tweak: added link on multisite networkwide activation notice to switch function hook to fix conversions hanging on 0%
  • Tweak: required WordPress version now 4.6 because of get_networks() version

3.1.5

  • Fix: fixed a bug where having an open_basedir defined showed PHP warnings when using htaccess.conf

3.1.4

  • Tweak: added support for Bitnami/AWS htaccess.conf file
  • Tweak: multisite blog count now only counts public sites
  • Tweak: changed rewrite rules flush time to 1-5 minutes
  • Tweak: improved multisite site count

3.1.3

  • Tweak: no longer shows notices on Gutenberg edit screens
  • Tweak: updated Google Analytics with link to SSL settings page
  • Fix: multisite blog count now only counts public sites

3.1.2

  • Tweak: added cool checkboxes
  • Tweak: .well-known/acme-challenge/ is excluded from .htaccess https:// redirect
  • Tweak: implemented transients for functions that use curl/wp_remote_get()
  • Tweak: improved mixed content fixer detection notifications
  • Tweak: removed review notice for multisite

3.1.1

  • Fix: Multisite network wide activation/deactivation cron not saving settings because user capability not set this early in the process.

3.1

  • Fix: fixed a bug in certificate detection
  • Tweak: added HTTP_X_PROTO as supported header
  • Tweak: split HTTP_X_FORWARDED_SSL into a variation which can be either ‘1′ or ‘on’
  • Tweak: improved certificate detection by stripping domains of subfolders.
  • Tweak: Multisite bulk SSL activation now chunked in 200 site blocks, to prevent time out issues on large multisite networks.
  • Tweak: a ‘leave review’ notice for new free users

3.0.5

  • Fix: untranslatable string made translatable.

3.0.4

  • Fix: removed anonymous function to maintain PHP 5.2 compatibility.

3.0.3

  • Tweak: mixed content fixer will no longer fire on XML content
  • Tweak: network menu on subsites now always shows to Super Admins
  • Tweak: flush rewrite rules upon activation is delayed by one minute to reduce server load

3.0.2

  • Fix: fixed an image containing uppercase characters, which can lead to the image not showing on some servers.
  • Fix: fixed an issue where the ‘data-rsssl=1′ marker wasn’t inserted when the tag was empty.

3.0.1

  • Tweak: Add privacy notice
  • Tweak: Set javascript redirect to false by default
  • Fix: Hide SSL notice on multisite for all subsites, and show only for “activate_plugins” cap users

3.0

  • 加入内建证书来登入 class-certificate.php 档案以便检查这网域是否出现在一般名字 以及 / 或者 是替代性部份的名字。
  • The .htaccess redirect now uses
  • instead of {REQUEST_URI}.
  • 在保留 SSL 设定中的 SSL 时, 加入一选项来关闭挂件 。
  • 加入一个过滤器来导向 Javaschript 程式。
  • 加入一个所推荐的侧边栏的插件。

2.5.26

  • Fix: 当主站点不是 SSL 时,多站点选项没显示出来。
  • Fix: 当检查 URL 现有 blog 时,admin_url 及 site_url 过滤器成空的 blog_id。
  • Tweak: 加入评语来鼓力备份以便启动备忘录
  • 使用 Gutenberg.来测试这挂件

2.5.25

  • Fix: 在多站点中的网页看不到选项”交换混合内容过滤器挂勾”
  • Tweak: 有一些错别字及大写体

2.5.24

  • 在多站点上,admin_url 强制现有 blog URL’s http 即使现有 blog 已载了 https。当它们处于 http 而不是 https, 这将只会对其它 blog_urls 强制 http 而非现有 blog。

2.5.23

  • 已测试到 WP 4.9
  • 加入安全 cookie 的备忘录

2.5.22

  • 更改的混合内容从 wp_print_footer_scripts 挂回关闭

2.5.21

  • 修护了在档案路径里的双斜线
  • 修护在启动通知里的错字
  • 微调:加入选项到未冲刷掉的重写规则
  • 修护:当 FORCE_SSL_ADMIN 被定义,避免强制 admin_url 到 http

2.5.20

  • 微调: 持续不断的 RSSSL_DISMISS_ACTIVATE_SSL_NOTICE 以允许使用者隐藏通告。
  • 微调: 设定为切换混合内容修护挂勾从暂时重导到初始
  • 修护: 在多站点上的唠叨无法正确的移除

2.5.19

  • 修复多站点:由于一并入的 admin_url and site_url 过滤器被删除了,请重新加入它们
  • 加入常数 RSSSL_CONTENT_FIXER_ON_INIT 所以使用者才会为混合内容而持续使用这初始挂钩。

2.5.18

  • 微调: 移除 JetPack fix,因为它现在并在 JetPack 里
  • 微调: 移动混合内容修复器挂钩到 template_redirect
  • 修复: 更改了冲刷重写规则挂钩从 admin_init 为关闭,在 SSL 启动上。
  • 多站点修复: 更改功能如检视 admin_url 及 site_url 是否应转回 http 或 https 来检查在 home_url 中的 https 。
  • 微调: 明确指示混合内容修复器所拒绝的 JSON and xmlrpc 请求

2.5.17

  • 微调: 在多站点的 home_url 以及 site_url 加入这一功能,以检查当 SSL 在每个站点的基台被启用时是否应该为 http 或 https
  • 微调:加入通知以说明当 Really Simple SSL 逐站启动时将不会有网路目录。
  • 微调: 为新的多站点加入钩子,这样新网站就会在网际网络启动时启用 SSL
  • 微调:限制 JetPack 在埠 80 的名单微调到反转 proxy 伺服器。
  • 微调: 新建一专用的 REST Ali 导向常数以防使用者要避免 REST API 从重导向到 https.
  • 修复:在多站点上的解除 SSL 启动通知运作不正常

2.5.16

  • 反转 wp_safe_redirect 成 wp_redirect, 因为 wp_safe_redirect 产生一个导向到 wp-login.php 即使主 url 是 domain.com 以及请求 url 是 www.domain.com

2.5.15

  • 没有功能性上的改变,版本改变是因为 WordPress 没有执行版本更新的动作。

2.5.14

  • 修护:在混合内容修护器修护问题其中优化的 HTML 配对会配合交叉元素
  • 以 wp_safe_redirect 更换 wp_redirect
  • 在 wp_REST_API 加入强制 SSL

2.5.13

  • Tweak: configuration more function

2.5.12

  • Added multisite settings page
  • Added filter for .htaccess code output
  • Increased user capability to “activate_plugins”
  • Added SSL_FORWARDED_PROTO = 1 in addition to SSL_FORWARDED_PROTO = on as supported SSL recognition variable.

2.5.11

  • Removed curl in favor of wp_remote_get

2.5.10

  • Fastest cache compatibility fix

2.5.9

  • Multisite tweaks

2.5.8

  • Removed automatic insertion of .htaccess redirects. The .htaccess redirects work fine for most people, but can cause issues in some edge cases.
  • Added option to explicitly insert .htaccess redirect
  • Added safe mode constant RSSSL_SAFE_MODE to enable activating in a minimized way
  • Fix: RLRSSSL_DO_NOT_EDIT_HTACCESS constant did not override setting correctly when setting was used before.
  • Dropped cache flushing on activation, as this does not always work as expected

2.5.7

  • Tweak: changes testurl to the function test_url()

2.5.6

  • version nr fix

2.5.5

  • Reverted some changes to 2.4.3, as it was causing issues for some users.

2.5.4

fix: Adjusted selection order of .htaccess rules, preventing redirect loops

2.5.3

  • Changed .htaccess redirects to use only one condition

2.5.2

  • removed file_get_contents function from class_url.php, as in some cases this causes issues.

2.5.1

  • 添加了帮助工具提示
  • 修正:解释中的错别字
  • 添加检测到的服务器以调试日志
  • 为 CloudFlare 添加了测试文件夹
  • 添加了 htaccess 重定向以使用所有可用的服务器变量来检查 SSL。

2.5.0

  • 调整:改进了对 cloudflare 的支持
  • 调整:增加了对 Cloudfront 的支持,感谢 Sharif Alexandre
  • 修复:防止写入空的 .htaccess 重定向
  • 调整:添加了 301 内部 wp 重定向选项
  • 调整:改进的 NGINX 支持
  • 调整:添加了对仅存在 $_ENV[HTTPS]变量时的支持
  • Fix: Mixed content fixing of escaped URLS

2.4.3

  • 删除了管理员中的横幅

2.4.2

  • 调整:在未检测到 SSL 时添加了通过 https 链接重新加载
  • 修正:当 .htaccess 消息显示时重新加载页面后,.htaccess 现在被重写。
  • 调整:删除了 Yoast 通知
  • 已针对 WP 4.7 进行测试
  • 已修复:停用时未正确删除网络选项的错误
  • 调整:将混合内容标记更改为不带引号的变体,以防止脚本等问题。

2.4.1

  • 调整:改进的 HSTS 检查

2.4.0

  • 修复:在 wp_get_sites / get_sites 上添加了版本检查,以摆脱弃用的功能通知,并保持向后兼容性。
  • 已修复:多站点中的一个错误,如果主站点包含尾部斜杠,而子站点不包含,则 plugin_url 返回格式错误的 url。感谢 @gahapati 报告此错误。
  • 调整:在设置页面添加按钮以启用 SSL,以应对另一个插件阻止管理员通知的情况。
  • 调整:重建混合内容修复程序,以获得更好的兼容性
  • 调整:改进了前端的混合内容标记,使其不那么明显,并且不会被缩小代码删除。

2.3.14

  • 修复:在 SSL 激活后清除 WP Rocket 缓存导致错误
  • 已修复:SSL 激活后清除 W3TC 无法正常工作

2.3.13

  • 重新插入 Jetpack 修复程序。

2.3.12

  • 至少需要更改回 4.2,因为该功能尚未在当前版本中实现。

2.3.11

  • Improved request method in url class
  • Added check if .htaccess actually exists in htaccess_contains_redirect_rules()
  • Made activation message more clear.

2.3.10

  • Tested for 4.6
  • Tweak: changed check for htaccess redirect from checking the RSSSL comments to checking the redirect rule itself
  • Fix: htaccess not writable message not shown anymore when SSL not yet enabled
  • Tweak: extended mixed content fixer to cover actions in forms, as those should also be http in case of external urls.
  • Tweak: added safe domain list for domains that get found but are no threat.
  • Tweak: added filter for get_admin_url in multisite situations, where WP always returns an https url, although the site might not be on SSL
  • Tweak: htaccess files and wpconfig are rewritten when the settings page is loaded

2.3.9

  • Fix: removed internal WordPress redirect as it causes issues for some users.
  • Tweak: improved url request method

2.3.8

  • Tweak: Fallback redirect changed into internal wp redirect, which is faster
  • Tweak: When no .htaccess rules are detected, redirect option is enabled automatically
  • Tweak: Url request falls back to file_get_contents when curl does not give a result

2.3.7

  • Updated screenshots

2.3.6

  • Fixed: missing priority in template_include hook caused not activating mixed content fixer in some themes

2.3.5

  • Fixed: javascript redirect insertion

2.3.4

  • Tweak: load css stylesheet only on options page and before enabling ssl
  • Tweak: mixed content fixer triggered by is_ssl(), which prevents fixing content on http.
  • Start detection and configuration only for users with “manage_options” capability

2.3.3

  • Fixed bug in force-deactivate script

2.3.2

  • Changed SSL detection so test page is only needed when not currently on SSL.
  • Some minor bug fixes.

2.3.1

  • Removed “activate ssl” option when no ssl is detected.
  • Optimized emptying of cache
  • Fixed some bugs in deactivation and activation of multisite

2.3.0

  • Gave more control over activation process by explicitly asking to enable SSL.
  • Added a notice if .htaccess is not writable

2.2.20

Fixed a bug in SSL detection

2.2.19

Changed followlocation in curl to an alternative method, as this gives issues when safemode or open_basedir is enabled.
Added dismissable message when redirects cannot be inserted in the .htaccess

2.2.18

Fixed bug in logging of curl detection

2.2.17

Security fixes in ssl-test-page.php

2.2.16

Bugfix with of insecure content fixer.

2.2.13

Added a check if the mixed content fixer is functioning on the front end
Fixed a bug where multisite per_site_activation variable wasn’t stored networkwide
Added clearing of wp_rocket cache thans to Greg for suggesting this
Added filter so you can remove the really simple ssl comment
Fixed a bug in the output buffer usage, which resolves several issues.
Added code so JetPack will run smoothly on SSL as well, thanks to Konstantin for suggesting this

2.2.12

  • To prevent lockouts, it is no longer possible to activate plugin when wp-config.php is not writable. In case of loadbalancers, activating ssl without adding the necessary fix in the wp-config would cause a redirect loop which would lock you out of the admin.
  • Moved redirect above the WordPress rewrite rules in the htaccess file.
  • Added an option to disable the fallback javascript redirection to https.

2.2.11

Brand new content fixer, which fixes all links on in the source of your website.

2.2.10

  • Roll back of mixed content fixer.

2.2.9

Improved the mixed content fixer. Faster and more effective.

2.2.8

Edited the wpconfig define check to prevent warnings when none are needed.

2.2.7

  • Extended detection of homeurl and siteurl constants in wp-config.php with regex to allow for spaces in code.
  • Changed text domain to make this plugin language packs ready
  • Added 404 detection to SSL detection function, so subdomains can get checked properly on subdomain multisite installs

2.2.6

Added slash in redirect rule
small bugfixes

2.2.3

documentation update

2.2.2

  • Added multisite support for the missing https server variable issue
  • Improved curl connection script
  • Added French translation thanks to Cedric

2.2.1

  • Small bug fixes

2.2.0

  • Added per site activation for multisite, but excluded this option for subfolder installs.
  • Added script to easily deactivate the plugin when you are locked out of the WordPress admin.
  • Added support for a situation where no server variables are given which can indicate SSL, which can cause WordPress to generate errors and redirect loops.
  • Removed warning on WooCommerce force SSL after checkout, as only unforce SSL seems to be causing problems
  • Added Russian translation, thanks to xsascha
  • Improved redirect rules in the .htaccess
  • Added option te disable the plugin from editing the .htaccess in the settings
  • Fixed a bug where multisite would not deactivate correctly
  • Fixed a bug where insecure content scan would not scan custom post types

2.1.18

  • Made WooCommerce warning dismissable, as it does not seem to cause issues
  • Fixed a bug caused by WP native plugin_dir_url() returning relative path, resulting in no SSL messages

2.1.17

  • Fixed a bug where example .htaccess rewrite rules weren’t generated correctly
  • Added WooCommerce to the plugin conflicts handler, as some settings conflict with this plugin, and are superfluous when you force your site to SSL anyway.
  • Excluded transients from mixed content scan results

2.1.16

  • Fixed a bug where script would fail because curl function was not installed.
  • Added debug messages
  • Improved FAQ, removed typos
  • Replaced screenshots

2.1.15

  • Improved user interface with tabs
  • Changed function to test SSL test page from file_get_contents to curl, as this improves response time, which might prevent “no SSL messages”
  • Extended the mixed content fixer to replace src=”http:// links, as these should always be https on an SSL site.
  • Added an error message in case of force rewrite titles in Yoast SEO plugin is used, as this prevents the plugin from fixing mixed content

2.1.14

  • Added support for loadbalancer and is_ssl() returning false: in that case a wp-config fix is needed.
  • 改善了性能
  • Added debugging option, so a trace log can be viewed
  • Fixed a bug where the rlrsssl_replace_url_args filter was not applied correctly.

2.1.13

  • Fixed an issue where in some configurations the replace url filter did not fire

2.1.12

  • Added the force SSL option, in cases where SSL could not be detected for some reason.
  • Added a test to check if the proposed .htaccess rules will work in the current environment.
  • Readded HSTS to the htaccess rules, but now as an option. Adding this should be done only when you are sure you do not want to revert back to http.

2.1.11

  • Improved instructions regarding uninstalling when locked out of back-end

2.1.10

  • Removed HSTS headers, because it is difficult to roll back.

2.1.9

  • Added the possibility to prevent htaccess from being edited, in case of redirect loop.

2.1.7

  • Refined SSL detection
  • Bugfix on deactivation of plugin

2.1.6

  • Fixed an SSL detection issue which could lead to redirect loop

2.1.4

  • Improved redirect rules for .htaccess

2.1.3

  • Now plugin only changes .htaccess when one of three preprogrammed ssl types was recognized.
  • Simplified filter use to add your own urls to replace, see f.a.q.
  • Default javascript redirect when .htaccess redirect does not succeed

2.1.2

  • Fixed bug where number of options with mixed content was not displayed correctly

2.1.1

  • limited the number of files, posts and options that can be show at once in the mixed content scan.

2.1.0

  • Added version control to the .htaccess rules, so the .htaccess gets updated as well.
  • Added detection of loadbalancer and cdn so .htaccess rules can be adapted accordingly. Fixes some redirect loop issues.
  • Added the possibility to disable the auto replace of insecure links
  • Added a scan to scan the website for insecure links
  • Added detection of in wp-config.php defined siteurl and homeurl, which could prevent from successful url change.
  • Dropped the force ssl option (used when not ssl detected)
  • Thanks to Peter Tak, PTA security for mentioning the owasp security best practice https://www.owasp.org/index.php/HTTP_Strict_Transport_Security in .htaccess,

2.0.7

  • Added 301 redirect to .htaccess for seo purposes

2.0.3

  • Fixed some typos in readme
  • added screenshots
  • fixed a bug where on deactivation the https wasn’t removed from siturl and homeurl

2.0.0

  • Added SSL detection by opening a page in the plugin directory over https
  • Added https redirection in .htaccess, when possible
  • Added warnings and messages to improve user experience
  • Added automatic change of siteurl and homeurl to https, to make backend ssl proof.
  • Added caching flush support for WP fastest cache, Zen Cache and W3TC
  • Fixed bug where siteurl was used as url to fix instead of homeurl
  • Fixed issue where url was not replaced on front end, when used url in content is different from home url (e.g. http://www.domain.com as homeurl and http://domain.com in content)
  • Added filter so you can add cdn urls to the replacement script
  • Added googleapis.com/ajax cdn to standard replacement script, as it is often used without https.

1.0.3

  • Improved installation instructions

Knowledge Base

Answer:

For more detailed explanations and documentation on redirect loops, Let’s Encrypt, mixed content, errors, and so on, please search the documentation

Vulnerability Detection

Answer:

Vulnerability Detection is currently in Beta. It’s stable, but needs scale to improve. If you can provide us with feedback, please do so!

Mixed Content issues

Answer:

Most mixed content issues are caused by URLs in CSS or JS files. For detailed instructions on how to find mixed content read this article.

Generating a Let’s Encrypt SSL Certificate

Answer:

We added the possibility to generate a Free SSL Certificate with Let’s Encrypt in our Really Simple SSL Wizard. We have an updated list available for all possible integrations here. Please leave feedback about another integration, incorrect information, or you need help.

Redirect loop issues

Answer:

If you are experiencing redirect loops on your site, try these instructions.

Is the plugin multisite compatible?

Answer:

Yes. There is a dedicated network settings page where you can control settings for your entire network, at once.

Uninstalling Really Simple SSL

Answer:

The plugin checks your certificate before enabling, but if, for example, you migrated the site to a non-SSL environment, you might get locked out of the back-end.

If you can’t deactivate, do not just remove the plugin folder to uninstall! Follow these instructions instead.

评价

目前还没有评价

成为第一个“Really Simple SSL” 的评价者