>I did, several times, but I honestly don't see an option to *force* https. I >looked into doing this via the web server (Apache 2.0) but without success >so far. I know this is off topic but an example would be very welcome. I >looked at the Apache and mod_ssl docs but whatever I tried did not work.
Im using this virtual host apache directive to run squirrelmail over ssl
only:
<VirtualHost *:443>
DocumentRoot "/var/www/hosting/secure.url.com/html/"
ServerName secure.url.com
SSLCertificateFile /etc/httpd/conf/cert.secure.pem
SSLCertificateKeyFile /etc/httpd/conf/key.secure.pem
SSLEngine on
ScriptAlias /cgi-bin/ /var/www/hosting/secure.url.com/cgi-bin/
ErrorLog /var/www/hosting/secure.url.com/logs/error_log
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" secure.url.com
CustomLog /var/www/hosting/secure.url.com/logs/access_log
secure.url.com
</VirtualHost>
smime.p7s
Description: S/MIME cryptographic signature
