Get simpleid going with https (self signed)
diff --git a/simpleid/www/config.php b/simpleid/www/config.php
index 5d280c7..49aea14 100644
--- a/simpleid/www/config.php
+++ b/simpleid/www/config.php
@@ -29,7 +29,7 @@
  * </code>
  *
  */
-define('SIMPLEID_BASE_URL', 'http://id.miau.local');
+define('SIMPLEID_BASE_URL', 'https://id.miau.local');
 
 /**
  * Allow clean URLs.