[rt-users] RT SSL implementation
Drew Barnes
barnesaw at ucrwcu.rwc.uc.edu
Tue Apr 15 12:46:43 EDT 2008
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