Challenge: Server only speaks HTTP, not TLS

It looks like you're serving HTTP on port 443. In the past, I've seen this caused by the configuration responsible for enabling mod_ssl being included after a <IfModule mod_ssl.c> directive. See the following post for a possible solution:

If that doesn't help, please provide more details, such as your apache server configuration, the OS you're using, etc.