With this simple component you can force the user to use a secure connection to the server. Usage To force a SSL connection for a all the action for a single controller just add the force() call in your beforeFilter(). Controller Class: <?php class MyController extends AppController {     var $name = 'My';         var $components = array('Ssl');         function beforeFilter() {         parent:
{{#tags}}- {{label}}
{{/tags}}