I found it on Trac trac
http://trac.edgewall.org/ticket/3208
according to the comments, I've added the following to my apache
conf(the "SetEnv" line):
<VirtualHost *:443>
DocumentRoot /home/tracroot/myproj
ServerName trac.host.com
SetEnv HTTPS 1
...
and it seems work ok now.
On 11/4/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
>
> Camille wrote:
>
> > similar issue here, with apache and trac 0.10.
> > When submitting changes on a wiki page, the browser tries to load an
> > HTTP based url instead of HTTPS. So you finally get a timeout.
> > However the changes are correctly applied on wiki page.
> >
> > Any hint?
>
> I use this one (it is for squirrelmail, but this should not matter):
>
> <VirtualHost 192.168.1.234:80>
> ServerName webmail.sokoll.com
> ErrorLog /var/log/httpd/webmail_error_log
> CustomLog /var/log/httpd/webmail_access_log common
> RedirectMatch permanent ^/(.*) https://webmail.sokoll.com/$1
> </VirtualHost>
>
> HTH,
> Rainer
>
> >
>
--
regards,
fishy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Trac Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---