Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread k...@rice.edu
On Fri, Mar 02, 2012 at 10:41:42AM -0500, Thomas Sibley wrote: > On 03/02/2012 10:30 AM, k...@rice.edu wrote: > > I am using the same one as the Apache+modper2+SSL instance and just > > starting the mason_handler.fcgi with nginx. > > Er, that's not going to work sometimes because you're running on

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread Thomas Sibley
On 03/02/2012 10:30 AM, k...@rice.edu wrote: > I am using the same one as the Apache+modper2+SSL instance and just > starting the mason_handler.fcgi with nginx. Er, that's not going to work sometimes because you're running on different ports under nginx. RT will try to use the host and port it's

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread k...@rice.edu
On Fri, Mar 02, 2012 at 10:27:19AM -0500, Thomas Sibley wrote: > On 03/02/2012 10:15 AM, k...@rice.edu wrote: > >> You probably want something like: > >> > >> Set($WebDomain, 'rt2.rice.edu'); > >> Set($WebPort, 8443); > >> Set($WebBaseURL, 'https://rt2.rice.edu:8443'); > >> > >> Alternatively

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread k...@rice.edu
On Fri, Mar 02, 2012 at 10:27:19AM -0500, Thomas Sibley wrote: > On 03/02/2012 10:15 AM, k...@rice.edu wrote: > >> You probably want something like: > >> > >> Set($WebDomain, 'rt2.rice.edu'); > >> Set($WebPort, 8443); > >> Set($WebBaseURL, 'https://rt2.rice.edu:8443'); > >> > >> Alternatively

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread Thomas Sibley
On 03/02/2012 10:16 AM, k...@rice.edu wrote: >>> Yes, the $WebBaseURL is set to https://rt2.rice.edu. >> >> Are you reverse proxying to nginx? > > I do not think so. The only configs are the ones I included in my > first post. Then that WebBaseURL is wrong for your nginx setup (https without a po

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread Thomas Sibley
On 03/02/2012 10:15 AM, k...@rice.edu wrote: >> You probably want something like: >> >> Set($WebDomain, 'rt2.rice.edu'); >> Set($WebPort, 8443); >> Set($WebBaseURL, 'https://rt2.rice.edu:8443'); >> >> Alternatively, you could be slightly more clever: >> >> Set($WebBaseURL, >> sprintf(

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread k...@rice.edu
On Fri, Mar 02, 2012 at 10:00:50AM -0500, Thomas Sibley wrote: > Gerard FENELON wrote: > > Stab in the dark: have you changed $WebBaseURL ? > > Ken @ rice.edu wrote: > >> and the URL is http://rt2.rice.edu:8443 and not the https > >> version. If I change the URL manually from http to https > >> I

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread Thomas Sibley
On 03/02/2012 10:06 AM, k...@rice.edu wrote: > On Fri, Mar 02, 2012 at 03:43:45PM +0100, Gerard FENELON wrote: >> Stab in the dark: have you changed $WebBaseURL ? >> Gerard >> > Yes, the $WebBaseURL is set to https://rt2.rice.edu. Are you reverse proxying to nginx? RT Training Sessions (h

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread k...@rice.edu
On Fri, Mar 02, 2012 at 03:43:45PM +0100, Gerard FENELON wrote: > Stab in the dark: have you changed $WebBaseURL ? > Gerard > Yes, the $WebBaseURL is set to https://rt2.rice.edu. Cheers, Ken RT Training Sessions (http://bestpractical.com/services/training.html) * Boston March 5 & 6, 201

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread Thomas Sibley
Gerard FENELON wrote: > Stab in the dark: have you changed $WebBaseURL ? Ken @ rice.edu wrote: >> and the URL is http://rt2.rice.edu:8443 and not the https >> version. If I change the URL manually from http to https >> I have logged in. If I try to reply to a ticket, after I click >> update, it ag

Re: [rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread Gerard FENELON
Stab in the dark: have you changed $WebBaseURL ? Gerard On 2012-03-02 15:35, k...@rice.edu wrote: Hi RT Community, I am trying to setup RT 3.8.11 to use nginx and FastCGI and an encrypted HTTPS connection instead of the unencrypted HTTP connection. I took a look at the RT-Extension-Nginx-0.02 m

[rt-users] RT 3.8.11 with nginx+SSL

2012-03-02 Thread k...@rice.edu
Hi RT Community, I am trying to setup RT 3.8.11 to use nginx and FastCGI and an encrypted HTTPS connection instead of the unencrypted HTTP connection. I took a look at the RT-Extension-Nginx-0.02 module but it only works with RT4, so I used it as a template and manually generated the following con