Mod_ssl

Jan 16, 2007

I was trying to set up mod_ssl on my server for one of my virtual hosts I have created a self signed certificate as that is all I need, and I managed to get it working so that when I go to[url]it works.

My problem is that then when I go to [url]I get "Bad Request".

This is the virtual host entry I have at the moment

Code:
<VirtualHost mydomain.co.uk>
SSLEngine on
SSLCertificateFile /var/vhosts/mydomain.co.uk.cert
SSLCertificateKeyFile /var/vhosts/mydomain.co.uk.key
DocumentRoot /var/vhosts/mydomain.co.uk/html
ServerName mydomain
<Directory "/var/vhosts/mydomain.co.uk">
allow from all
Options +Indexes
</Directory>
</VirtualHost>

What I want to be able to do is allow users to access the site either by http or https without forcing them to use https, could some help me out with how to accomplish this,

View 1 Replies


ADVERTISEMENT

How To Upgrade Mod_ssl

Apr 13, 2009

i want to know the way to upgrade mod_ssl

i have whm panel

View 1 Replies View Related

Mod_ssl Listen On 1 IP

Apr 24, 2008

I've tried to setup apache to listen only on 1 IP, this has worked for http but not for https. How can I prevent https from listening on all ips?

View 2 Replies View Related

Uninstalling Mod_ssl Through Easyapache

Aug 1, 2008

I like to uninstall the mod_ssl through easyapache. Can you please suggest me to uninstall.

I haven't find any mod_ssl option list on easyapache. I am able to see openssl but that is already disabled.

If I see on phpinfo.php page the mod_ssl is enabled. Please guide me to uninstall the mod_ssl.

Server : Dedicatted.
Os : RHEL4
Cpanel Installed.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved