Re: [users@httpd] Trouble setting HTTPS

2012-04-05 Thread Eric Covener
On Thu, Apr 5, 2012 at 8:27 AM, peshoTDI wrote: > > Hi all, > > I've been trying to set up HTTPS connection to my website. > I created a selfsigned certificate /etc/ssl/cert/cert-https.crt > The corresponding private key is /etc/ssl/private/key-https.key > > In the VirtualHost in sites-enabled/mys

[users@httpd] Trouble setting HTTPS

2012-04-05 Thread peshoTDI
Hi all, I've been trying to set up HTTPS connection to my website. I created a selfsigned certificate /etc/ssl/cert/cert-https.crt The corresponding private key is /etc/ssl/private/key-https.key In the VirtualHost in sites-enabled/mysite I added: SSLEngine on SSLOptions +StrictRequire SSLCert