--- cowiki-0.4.0-interim-2006-03-17/htdocs/index.proxy.php 2005-08-03 03:11:11.000000000 +0300 +++ cowiki-0.4.0-interim-2006-03-17/htdocs/index.proxy.php 2006-06-21 00:31:13.000000000 +0300 @@ -50,7 +50,7 @@ if (file_exists(realpath(dirname(__FILE__)) . '/install.pending')) { // FIX: scheme (https) and port (other than 80) - $sScheme = 'http'; + $sScheme = 'https'; $sBasePath = substr( $_SERVER['REQUEST_URI'], 0, --- cowiki-0.4.0-interim-2006-03-17/includes/cowiki/class/util/class.HttpRequest.php 2005-08-11 07:12:07.000000000 +0300 +++ cowiki-0.4.0-interim-2006-03-17/includes/cowiki/class/util/class.HttpRequest.php 2006-06-21 00:31:13.000000000 +0300 @@ -202,7 +202,7 @@ * @since coWiki 0.3.0 */ public function getHostUri() { - $sProto = 'http'; + $sProto = 'https'; // SSL_PROTOCOL_VERSION is valid for mod_ssl if (strtolower($this->Env->get('HTTPS')) == 'on'