Plugin Directory

Changeset 1562571


Ignore:
Timestamp:
12/27/2016 09:07:23 AM (9 years ago)
Author:
tinycks
Message:

First Release

Location:
cloudbric-basic-ssl
Files:
1 added
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • cloudbric-basic-ssl/tags/0.9.1/cloudbric-basic-ssl.php

    r1537341 r1562571  
    44Plugin URI:  https://wordpress.org/plugins/cloudbric-basic-ssl/
    55Description: fixed The Redirect Loop and Client IP address for Cloudbric.
    6 Version: 0.9.0
     6Version: 0.9.1
    77Author: Tiny (kscho@pentasecurity.com)
    88Author URI: https://www.cloudbric.com
  • cloudbric-basic-ssl/tags/0.9.1/readme.txt

    r1537341 r1562571  
    33Tags: cloudbric, http_x_forwarded_proto, SSL, redirect loop, HTTPS, real ip, ip, proxy, http_x_forwarded_for, header, redirect
    44Requires at least: 3.0
    5 Tested up to: 4.6.1
    6 Stable tag: 0.9.0
     5Tested up to: 4.7
     6Stable tag: 0.9.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 fixed The Redirect Loop and Client IP address for Cloudbric.
     14Cloudbric is an enterprise level Web Application Firewall (WAF) service that automatically recognizes and filters malicious traffic utilizing our unique logic based detection engine.
     15
     16Cloudbric provides all-inclusive protection to all users and issues Let's Encrypt SSL certificates to all websites for free. Basic SSL mode is set by default when you add a website to Cloudbric. You can always change SSL mode at Cloudbric console under settings page.
     17
     18Basic SSL mode encrypts communication between a user and Cloudbric, but not between Cloudbric and your web server (User <--- Let's Encrypt SSL ---> Cloudbric Server <--- No SSL ---> Web Server). If you want do encrypt communication between Cloudbric and your web server as well, then you must have an SSL at your web server. In other words, you need to have SSLs at both Cloudbric and your web server. This is why Basic SSL mode is set by default at Cloudbric, as mentioned above. For your information, Basic SSL mode is safer than no SSL mode that is http communication only.
     19
     20Cloudbric Basic SSL plugin is free to all WordPress users, and this is only those who added their websites at Cloudbric. There are two key features.
     211. Prevent redirect loop error
     222. Track visitor's original IP
     23
     24Prevent Redirect Loop Error
     25When you enable Basic SSL mode and configure your WordPress site for SSL/HTTPS (either set your site's address to start with https or redirect http traffic to https), the infinite redirect loop error may happen.
     26
     27Track Visitor's IP
     28Even if Cloudbric server is in between a visitor and a web server, visitor's original IP is trackable.
     29Usually, a WordPress based website cannot track visitor's IP address when a firewall is placed in front of your web server. When you install and activate Cloudbric Basic SSL plugin, you will be able to track visitor's original IP address, not Cloudbric's IPs.
    1530
    1631== Installation ==
    1732
    18 1. Upload the plugin files to the `/wp-content/plugins/cloudbric-basic-ssl` directory, or install the plugin through the WordPress plugins screen directly.
    19 2. Activate the plugin through the 'Plugins' screen in WordPress
     33Please read all information and follow instructions carefully to fix the error.
     341.  Install any WordPress plugin that fixes all your websites' HTTP contents to HTTPS. One of the example plugins is the SSL Insecure Content Fixer https://wordpress.org/plugins/ssl-insecure-content-fixer/.
     352.  Install Cloudbric Basic SSL plugin to prevent a redirect loop when Cloudbric Basic SSL mode is enabled for your website. Usually, a WordPress based website cannot track visitor's IP address when a firewall is placed in front of your web server, but you will be able to track visitor's original IP address with this plugin. Upload plugin files to the /wp-content/plugins/cloudbric-basic-ssldirectory OR install the plugin through WordPress plugins page directly. Then, activate it.
    2036
    2137== Frequently Asked Questions ==
    2238
     39= How do I fix the infinite redirect loop error? =
     40
     41When you enable Cloudbric Basic SSL mode and configure your WordPress site for SSL/HTTPS (either set your site's address to start with https or redirect http traffic to https), the infinite redirect loop error may happen. Please go to description and installation page to resolve the issue.
     42
    2343= Need Help? =
    2444
    25 The Cloudbric team is here to help! ( https://cloudbric.zendesk.com/ )
     45Cloudbric Basic SSL plugin is built by the team so if you have any concerns or questions, please send an email to support@cloudbric.com.
    2646
    2747== Screenshots ==
     
    3151== Changelog ==
    3252
     53= 0.9.1 =
     54* readme.txt change.
     55
    3356= 0.9.0 =
    34 * First Release
     57* First Release.
  • cloudbric-basic-ssl/trunk/cloudbric-basic-ssl.php

    r1537341 r1562571  
    44Plugin URI:  https://wordpress.org/plugins/cloudbric-basic-ssl/
    55Description: fixed The Redirect Loop and Client IP address for Cloudbric.
    6 Version: 0.9.0
     6Version: 0.9.1
    77Author: Tiny (kscho@pentasecurity.com)
    88Author URI: https://www.cloudbric.com
  • cloudbric-basic-ssl/trunk/readme.txt

    r1537341 r1562571  
    33Tags: cloudbric, http_x_forwarded_proto, SSL, redirect loop, HTTPS, real ip, ip, proxy, http_x_forwarded_for, header, redirect
    44Requires at least: 3.0
    5 Tested up to: 4.6.1
    6 Stable tag: 0.9.0
     5Tested up to: 4.7
     6Stable tag: 0.9.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 fixed The Redirect Loop and Client IP address for Cloudbric.
     14Cloudbric is an enterprise level Web Application Firewall (WAF) service that automatically recognizes and filters malicious traffic utilizing our unique logic based detection engine.
     15
     16Cloudbric provides all-inclusive protection to all users and issues Let's Encrypt SSL certificates to all websites for free. Basic SSL mode is set by default when you add a website to Cloudbric. You can always change SSL mode at Cloudbric console under settings page.
     17
     18Basic SSL mode encrypts communication between a user and Cloudbric, but not between Cloudbric and your web server (User <--- Let's Encrypt SSL ---> Cloudbric Server <--- No SSL ---> Web Server). If you want do encrypt communication between Cloudbric and your web server as well, then you must have an SSL at your web server. In other words, you need to have SSLs at both Cloudbric and your web server. This is why Basic SSL mode is set by default at Cloudbric, as mentioned above. For your information, Basic SSL mode is safer than no SSL mode that is http communication only.
     19
     20Cloudbric Basic SSL plugin is free to all WordPress users, and this is only those who added their websites at Cloudbric. There are two key features.
     211. Prevent redirect loop error
     222. Track visitor's original IP
     23
     24Prevent Redirect Loop Error
     25When you enable Basic SSL mode and configure your WordPress site for SSL/HTTPS (either set your site's address to start with https or redirect http traffic to https), the infinite redirect loop error may happen.
     26
     27Track Visitor's IP
     28Even if Cloudbric server is in between a visitor and a web server, visitor's original IP is trackable.
     29Usually, a WordPress based website cannot track visitor's IP address when a firewall is placed in front of your web server. When you install and activate Cloudbric Basic SSL plugin, you will be able to track visitor's original IP address, not Cloudbric's IPs.
    1530
    1631== Installation ==
    1732
    18 1. Upload the plugin files to the `/wp-content/plugins/cloudbric-basic-ssl` directory, or install the plugin through the WordPress plugins screen directly.
    19 2. Activate the plugin through the 'Plugins' screen in WordPress
     33Please read all information and follow instructions carefully to fix the error.
     341.  Install any WordPress plugin that fixes all your websites' HTTP contents to HTTPS. One of the example plugins is the SSL Insecure Content Fixer https://wordpress.org/plugins/ssl-insecure-content-fixer/.
     352.  Install Cloudbric Basic SSL plugin to prevent a redirect loop when Cloudbric Basic SSL mode is enabled for your website. Usually, a WordPress based website cannot track visitor's IP address when a firewall is placed in front of your web server, but you will be able to track visitor's original IP address with this plugin. Upload plugin files to the /wp-content/plugins/cloudbric-basic-ssldirectory OR install the plugin through WordPress plugins page directly. Then, activate it.
    2036
    2137== Frequently Asked Questions ==
    2238
     39= How do I fix the infinite redirect loop error? =
     40
     41When you enable Cloudbric Basic SSL mode and configure your WordPress site for SSL/HTTPS (either set your site's address to start with https or redirect http traffic to https), the infinite redirect loop error may happen. Please go to description and installation page to resolve the issue.
     42
    2343= Need Help? =
    2444
    25 The Cloudbric team is here to help! ( https://cloudbric.zendesk.com/ )
     45Cloudbric Basic SSL plugin is built by the team so if you have any concerns or questions, please send an email to support@cloudbric.com.
    2646
    2747== Screenshots ==
     
    3151== Changelog ==
    3252
     53= 0.9.1 =
     54* readme.txt change.
     55
    3356= 0.9.0 =
    34 * First Release
     57* First Release.
Note: See TracChangeset for help on using the changeset viewer.