[rt-users] RT SSL implementation

Nelson Pereira npereira at protus.com
Tue Apr 15 13:03:02 EDT 2008


These 2 don't exist:

  SSLCertificateFile /etc/httpd/conf/ssl.crt/cert.pem
  SSLCertificateKeyFile /etc/httpd/conf/ssl.key/certkey.pem

Do I need to create this file? If so, what permissions to give them?

Regards,
 
Nelson Pereira

-----Original Message-----
From: Drew Barnes [mailto:barnesaw at ucrwcu.rwc.uc.edu] 
Sent: Tuesday, April 15, 2008 12:47 PM
To: Nelson Pereira
Cc: Jeffrey Lee; rt-users at lists.bestpractical.com
Subject: Re: [rt-users] RT SSL implementation

SSL-specific portions from my rt.conf in /etc/httpd/conf.d/ :

  ServerAdmin root
  SSLEngine On

  SSLCertificateFile /etc/httpd/conf/ssl.crt/cert.pem
  SSLCertificateKeyFile /etc/httpd/conf/ssl.key/certkey.pem

I didn't have to add anything else for it to work.  You may look into 
redirecting anything that goes to port 80, but that isn't necessary.

And from RT_SiteConfig.pm :
Set($WebBaseURL , "https://server.domain");


Nelson Pereira wrote:
>
> Jeff,
>
>  
>
> Can you point me to an article on how to setup RT for SSL  (https://)?
>
> I've been trying to set this up for 2 days now, and can't seem to get 
> it going.
>
> I took the HTTPD.conf lines to SSL.conf but that did not help.
>
>  
>
> Let me know, I would be interested in looking at your RT_SiteConfig.pm

> as well as your ssl.conf and httpd.conf
>
>  
>
> Thanks
>
>  
>
>  
>
> Regards,
>
>  
>
> Nelson Pereira
>
>
------------------------------------------------------------------------
>
> *From:* rt-users-bounces at lists.bestpractical.com 
> [mailto:rt-users-bounces at lists.bestpractical.com] *On Behalf Of 
> *Jeffrey Lee
> *Sent:* Friday, April 11, 2008 2:08 PM
> *To:* rt-users at lists.bestpractical.com
> *Subject:* [rt-users] RT SSL implementation
>
>  
>
> Hi guys,
>
>  
>
> I've implemented SSL on my RT box, but for some reason anytime I 
> update or create a new ticket, Rt tries to redirect the browser to 
> http:// (my server name):443/    how do I change the redirect after 
> the creation or updating of a ticket?
>
>  
>
> -Jeff
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com



More information about the rt-users mailing list