Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Matt Westfall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Godaddy sells valid ssl certs for 20 a year. *rolls eyes* Matt Westfall Owner / Operator FiftyPounds Internet http://www.fiftypounds.com This message is digitally signed with Pretty Good Privacy (PGP) Info: http://en.wikipedia.org/wiki/Pretty_Good_Pr

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Vivek Khera
On Feb 26, 2008, at 3:15 AM, Danie Marais wrote: Can someone perhaps just confirm that an HTTP and HTTPS combination is not possible? It mostly works. the problem is you can only specify one address as the $WebBaseURL. On our instance, we can access it via either http or https, but a

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Lutz Jaenicke
[EMAIL PROTECTED] wrote: > Better yet, import the self-generated CA cert (that you used to sign each > of your SSL certs) into each browser as a trusted root certificate > authority and no more warnings... > > This is a pretty bad idea unless you are living in a closed system. If I add the "xana

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Roy El-Hames
Pending on which country, but data protection is worth a lot more than $249 .. I am sure your customer 's data is worth a lot more than that .. http is insecure. Roy [EMAIL PROTECTED] wrote: > Danie, if you've got customers using RT and you want them to use SSL, then > pay up for a legitimate c

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Danie Marais
James, I do not need SSL for the customers. Only for internal techies. > > Danie, if you've got customers using RT and you want them to > use SSL, then > pay up for a legitimate certificate. > > > James Moseley > > > > > > > > There is a self-signed cert on the box. But we need to give

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread jmoseley
Danie, if you've got customers using RT and you want them to use SSL, then pay up for a legitimate certificate. James Moseley > There is a self-signed cert on the box. But we need to give Internet access to customers and do not want them to get a certificate warning. So they must either us

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Danie Marais
> -Original Message- > From: Joseph Spenner [mailto:[EMAIL PROTECTED] > Sent: 26 February 2008 04:23 PM > To: Danie Marais; [EMAIL PROTECTED] > Cc: rt-users@lists.bestpractical.com > Subject: Re: [rt-users] HTTP and HTTPS on same RT server? > > --- Danie

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread jmoseley
Better yet, import the self-generated CA cert (that you used to sign each of your SSL certs) into each browser as a trusted root certificate authority and no more warnings... James Moseley You can generate your own SSL certs for free. The only reason you'd want to buy them from Thawt ($15

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Joseph Spenner
to:[EMAIL PROTECTED] > On Behalf > > Of Matt Westfall > > Sent: 26 February 2008 03:56 PM > > To: Lutz Jaenicke > > Cc: rt-users@lists.bestpractical.com > > Subject: Re: [rt-users] HTTP and HTTPS on same RT > server? > > > > -BEGIN PGP SIGNED MESSAGE

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Danie Marais
Jaenicke > Cc: rt-users@lists.bestpractical.com > Subject: Re: [rt-users] HTTP and HTTPS on same RT server? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Umm, SSL Certs are $20 a year, lol > > > Matt Westfall > Owner / Operator > FiftyPounds Inte

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Matt Westfall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Umm, SSL Certs are $20 a year, lol Matt Westfall Owner / Operator FiftyPounds Internet http://www.fiftypounds.com This message is digitally signed with Pretty Good Privacy (PGP) Info: http://en.wikipedia.org/wiki/Pretty_Good_Privacy Lutz Jaenicke

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Lutz Jaenicke
Danie Marais wrote: > > >>> Can someone perhaps just confirm that an HTTP and HTTPS >>> >> combination is >> >>> not possible? >>> >>> Thanks >>> > > >> I don't see why it wouldn't be possible. You can have both an HTTP and >> an HTTPS site serving the same pages, and

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Danie Marais
> To: 'Danie Marais' > Cc: rt-users@lists.bestpractical.com > Subject: RE: [rt-users] HTTP and HTTPS on same RT server? > > I encountered this problem and solved it for RT 3.6.5. > >From what I saw, the problem was in > RT::Interface::Web::Redirect() function >

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Eynat Nir Mishor
ML::Mason::Commands::m->abort; } 1; -- End File Eynat -Original Message- From: Danie Marais [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 February 2008 12:38 PM To: 'Oliver Jeeves' Cc: rt-users@lists.bestpractical.com Subj

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Danie Marais
> > Can someone perhaps just confirm that an HTTP and HTTPS > combination is > > not possible? > > > > Thanks > I don't see why it wouldn't be possible. You can have both an HTTP and > an HTTPS site serving the same pages, and then redirect people between > the two based on certain condition

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Oliver Jeeves
Danie Marais wrote: > Can someone perhaps just confirm that an HTTP and HTTPS combination is > not possible? > > Thanks I don't see why it wouldn't be possible. You can have both an HTTP and an HTTPS site serving the same pages, and then redirect people between the two based on certain condition

Re: [rt-users] HTTP and HTTPS on same RT server?

2008-02-26 Thread Danie Marais
Can someone perhaps just confirm that an HTTP and HTTPS combination is not possible? Thanks _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danie Marais Sent: 22 February 2008 10:24 AM To: rt-users@lists.bestpractical.com Subject: [rt-users] HTTP and HTTPS on same RT

[rt-users] HTTP and HTTPS on same RT server?

2008-02-22 Thread Danie Marais
Hi All The RT mailing list archives seem a bit silent on this one. I need SelfService tickets to be accessed over HTTP but engineers must login with HTTPS. So I have enabled both HTTP and HTTPS on apache for my RT server. By correctly setting the WebBaseURL in RT_SiteConfig.pm to http or https