RT Web through SSL

Hi there;

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’

Any help will be truly appreciated…

Roy

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

“RE” == R El writes:

RE> I am trying to run RT under SSL enabled site and running to the annoying problem of having the security information prompt
RE> “This page contains secure and nonsecure items; Do you want to display the nonsecure items?”

Did you specify your SSL base url in the config.pm file?