I've got a client site hosted on PagodaBox (Laravel 4) and it is serving https request with a certificate warning. The client's internal applications expect any https traffic to fail on the web host and follow through to their internal gateway.
Is it possible to disallow all HTTPS request from within an htaccess file? Redirecting will not work in this case. We cannot modify the httpd.conf so it looks like .htaccess is the only option.
So far, I've tried this and the site will still accept HTTPS request:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} off