[horde] SSL and only SSL

Adrian Chadd adrian at ucs.uwa.edu.au
Thu Jun 24 20:25:15 PDT 2004


On Thu, Jun 24, 2004, Steven Stern wrote:
> I'm using IMP for web email and I want to force all connections to go via SSL.
> 
>  68.164.xx.xx - - [24/Jun/2004:20:37:12 -0500] "GET / HTTP/1.1" 302 303 "-"
> "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)"
> 
> in access_log.
> 

<VirtualHost webmail.whatever>
	Port 80
	DocumentRoot /var/www/webmail-nonssl
	...
</VirtualHost>

in /var/www/webmail-nonssl/index.php :

<?php header("Location: https://webmail.whatever"); ?>

Something like that.




Adrian

-- 
Adrian Chadd				The University of Western Australia
<adrian at ucs.uwa.edu.au>			CRICOS: 00126G
					Ph: +61 8 6488 2574
					Mob: +61 421 597 819




More information about the horde mailing list