SSL Check

Developer

Yuri Salimovskiy - IntoEEtive

3rd Party (Free)

563 downloads (last 90 days)

MIT License Download v1.0

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

Check whether page is accessed over secure (https) connection


{exp:ssl_check}
connection is secure
{if no_results}
non-secure connection
{/if}
{exp:ssl_check}

Download SSL Check

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.0 Dec 2, 2011

This entry was created December 8, 2011, 11:58 am.
This entry was last updated December 8, 2011, 6:01 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

Luke Hardiman 03.26.12

Luke Hardiman
Rating - {addon_rating_average}

Didn’t work on my EE 2.4.0 install. I had to rewrite the constructor and initialise $return_data in the Class:

class Ssl_check {
    
    
var $return_data '';
    
    function 
Ssl_check()
    
{        
     $this
->EE =& get_instance(); 
        if(
array_key_exists('HTT