I've seen several posts about this, but have not found a solution that works for me...
Registered users are getting a security warning: 'Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure you want to continue sending this information?'
The first instance of when it occurs in when entering invoicing address. (There is an SSL installed on this site.)
Once the Country is selected Security Warning pops up. URL is http on this page.
Reviewing your install with credentials provided for another issue you've $live_site populated in configuration.php and it's the http version of your site. This overrides automatic construction of live_site resulting in no https. Looking at source anything that would be using live_site is missing https because of this and causing every page to basically be mixed content. You just don't see any errors until a POST is made as that's when most browsers would complain. Please empty this parameter as in nearly ALL cases it should be blank unless you understand its usage.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
That appears to have stopped the warnings. I think it will also resolve issues I've had with other sites too! I always thought that needed to be filled in. I will make sure to remove in other sites now and not include in new sites.