<div>Our RT using virtual host on http (<a href="http://rt.domainname.com)worked/">http://rt.domainname.com)worked</a> fine. I moved RT over to httpd (<a href="https://rt.domainname.com)%20and/">https://rt.domainname.com) and</a> got the below message:</div>

<h1>You're almost there!</h1>
<div>You haven't yet configured your webserver to run RT. You appear to have installed RT's web interface correctly, but haven't yet configured your web server to "run" the RT server which powers the web interface. The next step is to edit your webserver's configuration file to instruct it to use RT's <strong>mod_perl</strong>, <strong>FastCGI</strong> or <strong>SpeedyCGI</strong> handler. If you need commercial support, please contact us at <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>. </div>

<div> </div>
<div>Any clues? am I missing anything in any configuration file? Below is my ssl.conf configuration:</div>
<div> </div>
<div><VirtualHost *:443><br>       ServerName <a href="http://rt2.domainname.com">rt2.domainname.com</a><br>       DocumentRoot /data/rt3/share/html<br>       AddDefaultCharset UTF-8</div>
<div>       PerlModule Apache::DBI<br>       PerlRequire /data/rt3/bin/webmux.pl</div>
<div>        <Location /NoAuth/images><br>                SetHandler default<br>        </Location></div>
<div>       ErrorLog logs/ssl_error_log<br>       TransferLog logs/ssl_access_log<br>       LogLevel warn</div>
<div>       <Directory /><br>          SSLRequireSSL<br>       </Directory></div>
<div>        SSLEngine on<br>        SSLProtocol all -SSLv2<br>        SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW<br>        SSLCertificateFile /etc/sslcertificate/server.crt<br>        SSLCertificateKeyFile /etc/sslcertificate/server.key<br>
</VirtualHost></div>
<div></div>