Re: [fossil-users] Fossil does not generate https link prefix

2015-11-05 Thread Eric Rubin-Smith
On Thu, Nov 5, 2015 at 6:53 AM, Richard Hipp wrote: > On 11/4/15, Eduard wrote: > > Hi Taras, > > > > I've had a very similar problem. I fixed it by setting the "HTTPS" > > environment variable (for CGI execution) to "on" when the request comes > > in through https, i.e. > > > > > > SetEnv HT

Re: [fossil-users] Fossil does not generate https link prefix

2015-11-05 Thread Richard Hipp
On 11/4/15, Eduard wrote: > Hi Taras, > > I've had a very similar problem. I fixed it by setting the "HTTPS" > environment variable (for CGI execution) to "on" when the request comes > in through https, i.e. > > > SetEnv HTTPS on > > > You might want to remove the "" part if you're only accept

Re: [fossil-users] Fossil does not generate https link prefix

2015-11-04 Thread Eduard
Hi Taras, I've had a very similar problem. I fixed it by setting the "HTTPS" environment variable (for CGI execution) to "on" when the request comes in through https, i.e. SetEnv HTTPS on You might want to remove the "" part if you're only accepting https anyway. I'm not sure whether this i

[fossil-users] Fossil does not generate https link prefix

2015-11-04 Thread Taras Zakharko
Dear all, I am serving repositories on our internal server via the Fossil GCI mechanism behind Apache2 with SSL. The system is OS X. Everything was running perfectly, but today I have updated the OS X Server app to the new version and while everything is still running, Fossil now fails to gene