Jump to content

HTTPS Problem (Mixed Content)


Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated