Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA, that's it

You can use a Redirect directive in your port 80 virtual host. For example

<VirtualHost *:80>
   ServerName demoflorida.com
   Redirect / https://demoflorida.com/
</VirtualHost>

I’d fix the $base_url first though…