Mixed content error on https

I published a new Blockstack application on a domain with an SSL certificate. I had to remove it because I couldn’t make calls to my datastore. I was getting the common Mixed Content Error. Is there anyway to resolve it? Most solutions on stackoverflow say to switch the call to https but I don’t really have that option with localhost.

I can’t find the thread, but some of the core Blockstack contributors talked about this on the forum. Apps have to run on http in order to access the datastore (and Blockstack folks, correct me if I’m wrong) since that’s, as you said, hosted on your local host over http. To get my app running, I removed SSL.