Using blockstack on an https website is blocked

Hi,
If I serve out a web page on an https website and that page attempts to contact blockstack via the API, then the browser says

Mixed Content: The page at ‘https://nottar.io/’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://localhost:6270/v1/ping’. This request has been blocked; the content must be served over HTTPS.

I was pnging blockstack to see if the user had it installed.

So basically, there appears to be no way to use the blockstack API from an https website!
What is the solution to that?

Many thanks

Daniel

This is a know issue: https://github.com/blockstack/blockstack-browser/issues/631

This is going to require migrating the functionality in that local process to Javascript and then eliminating the local process. You can see more details of the re-architecture here: https://github.com/blockstack/blockstack/issues/376

That work is ongoing in a branch on the blockstack.js repo: https://github.com/blockstack/blockstack.js/tree/feature%2Fdirect-gaia-hub