Apache SSL Setup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all. I'm in need of some help with my config. It doesn't work.
Right now, if I pull up http://secure.nittanytravel.com, I get the
page, not SSL. If I pull up https://secure.nittanytravel.com, I get:
The page cannot be displayed error. I added port 443 in my router to
be passed through, and netstat shows apache running on 443, but no
luck. I have many other virtual hosts on this machine, and all work
fine. It's only the ssl one that doesn't. Kinda strange that I get the
page (not ssl) even though I have the port set to 443. Here is what I
have in my config:


<VirtualHost *:443>
        ServerAdmin admin@xxxxxxxxxxxxxxxxx
        DocumentRoot /var/www/profiles
        ServerName secure.nittanytravel.com:443
        SSLEngine on
        SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
        SSLCertificateFile /etc/httpd/conf/ssl/server.crt
        SSLCertificateKeyFile /etc/httpd/conf/ssl/server.key
        <Files ~ "\.(cgi|shtml|phtml|php3?)$">
            SSLOptions +StdEnvVars
        </Files>
        <Directory "/var/www/cgi-bin">
            SSLOptions +StdEnvVars
        </Directory>
        SetEnvIf User-Agent ".*MSIE.*" \
                 nokeepalive ssl-unclean-shutdown \
                 downgrade-1.0 force-response-1.0 </VirtualHost>


Thanks,

Jake McHenry
Nittany Travel MIS Coordinator
http://www.nittanytravel.com



-- 
Shrike-list mailing list
Shrike-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux