drop this above Drupal's index.php redirection in the .htaccess file
# HTTPS Redirection
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^www.insuramatch.com$
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]