Marcell Posted August 30, 2016 Share Posted August 30, 2016 Help please in the next error: billing.brohosting.eu/:98 Mixed Content: The page at 'https://billing.brohosting.eu/' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://billing.brohosting.eu/dologin.php'. This endpoint should be made available over a secure connection.VM306:1 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. Getting this but actually only me. Already deleted cache and everything. Seems the only one is me, who don't see the green SSL https://billing.brohosting.eu 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted September 1, 2016 Share Posted September 1, 2016 This happens when you have http and https variables set in WHMCS. Unfortunately, in v6, the two won't really work well together. The quick hack for this #1: Remove 'force admin ssl login' #2: Remove both your http and https entries from admin -> setup -> general settings #3: Replace the http entry with your previous https entry #4: add the following to your htaccess file RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] This will force everything to be SSL, including the mixed content page you have. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.