If an SSL error goes like this:
In Browser: (Error code: ssl_error_rx_record_too_long)
or in log file: [error] [client 81.19.201.7] Invalid method in request \\x16\\x03\\x01
Solution: Include the following directive in vhost:
SSLEngine on
That was it . 😉