My apache config /etc/apache2/apache2.conf
is:
<VirtualHost *:443>
ServerName www.bollymovi.es
DocumentRoot /home/fizzy/bollyflix/production/current/public
SSLEngine on
SSLCertificateFile /home/app/certs/bollymovi.es.crt
SSLCertificateKeyFile /home/app/certs/bollymovi.key
SSLCertificateChainFile /home/app/certs/gd_bundle-g2.crt
SSLProtocol -all +TLSv1 +SSLv3
SSLCipherSuite HIGH:MEDIUM:!aNULL:+SHA1:+MD5:+HIGH:+MEDIUM
</VirtualHost>
It is redirecting to https
but not showing me:
This webpage is not available
I checked my rails app production log, nothing is there, no request came there.
To check it click here