[rt-users] RT 3.8 nginx HTTPS + fastcgi_server redirects to HTTP

2013-11-12 Thread Colin
Hi all, I'm migrating an Apache only HTTPS + mod_perl to a nginx + fastcgi. But new setup after I open up the login page in https://servername and insert my username+password, I get redirected to http://servername thus I'm unable to connect as there isn't any HTTP configured and I only run HTTPS.

Re: [rt-users] RT 3.8 nginx HTTPS + fastcgi_server redirects to HTTP

2013-11-12 Thread Christian Loos
You must *remove* $WebPath, $WebBaseURL and $WebURL and *set* $WebDomain $WebPort in your /var/www/rt3/etc/RT_SiteConfig.pm. http://www.bestpractical.com/docs/rt/3.8/RT_Config.html#Web-Interface-Configuration Chris Am 12.11.2013 12:18, schrieb Colin: Hi all, I'm migrating an Apache only HTTPS