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:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 12:47 PM To: Nelson Pereira Cc: Jeffrey Lee; [email protected] 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:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of > *Jeffrey Lee > *Sent:* Friday, April 11, 2008 2:08 PM > *To:* [email protected] > *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: [EMAIL PROTECTED] > > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
