"SSL input filter read failed" Apache and 443

I read that Apache doesn't support SSL on name-based virtual host, only on IP based Virtual Hosts. So I changed it:

 <VirtualHost *:443>

by:

 <VirtualHost 192.168.1.1:443>

For now, it seems to work, I don't know if it's the good solution, but I don't have any error ...


One more requirement is add the following line to the end of your VirtualHost SSL port 443 directives blocks

SetEnv nokeepalive ssl-unclean-shutdown

As stated here: