On Thu, Apr 5, 2012 at 8:27 AM, peshoTDI <[email protected]> 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/mysite I added:
>  SSLEngine on
>  SSLOptions +StrictRequire
>  SSLCertificateFile /etc/ssl/certs/cert-https.crt
>  SSLCertificateKeyFile /etc/ssl/private/key-https.key
>
> ... and restarted apache
>
> When I try to access the website I am asked to confirm the certificate, but
> after I add it to the exceptions I get:
> Firefox: The connection to the server was reset while the page was loading.
> Chrome: Unable to load the webpage because the server sent no data.
>
> Thanks in advance!

error log?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to