On Mon, Feb 9, 2009 at 10:31 AM, Stephen Boulet <[email protected]>wrote:

> I can define a site and run tracks (from a recent git pull) fine like so:
> NameVirtualHost *:80
> <VirtualHost *:80>
>     Options ExecCGI FollowSymLinks
>     DocumentRoot /var/www/tracks/public
>     RailsEnv production
> </VirtualHost>
>
> Changing 80 to 443 gives me a message:
>
> SSL received a record that exceeded the maximum permissible length.
>

Sounds like an Apache config error.

Did you add something like the following:
        SSLEngine on
        SSLCertificateFile /etc/apache2/ssl/apache.pem

Nicholas
_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to