[rt-users] RT Web through SSL

Bruce Campbell bruce_campbell at ripe.net
Thu Oct 3 10:11:28 EDT 2002


On Thu, 3 Oct 2002, R El -Hames wrote:

> I am trying to run RT under SSL enabled site and running to the annoying problem of having the security information prompt
>  "This page contains secure and nonsecure items; Do you want to display the nonsecure items?"
> appear at every page; I do not mind it once but with every click its there...
> Any ideas of how I can fix this; my SSL Virtual host has its  'DocumentRoot /home/rt2/WebRT/html'

foreach $problem of ( some_derivative_of_https ) ; do
	unless( replied_already( $problem ) ){
		point_out_that( $problem,
				etc/config.pm,
				$WebBaseURL,
				needs_to_be,
				"https",
				not_default,
				"http"
				);
	}
done

-- 
                             Bruce Campbell                            RIPE
                   Systems/Network Engineer                             NCC
                 www.ripe.net - PGP562C8B1B             Operations/Security




More information about the rt-users mailing list