flipace / lovli.js

A boilerplate for developing react+redux applications with rethinkdb/horizon as realtime database and express for the server.
MIT License
558 stars 35 forks source link

Trying to add oauth: horizon does not accept we're running on https #18

Closed raarts closed 8 years ago

raarts commented 8 years ago

Hi,

I'm trying to add oauth. My work so far is here: https://github.com/raarts/lovli.js/tree/add-oauth But now I am getting:

polling-xhr.js:250Mixed Content: The page at 'https://localhost:3000/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://localhost:3000/horizon/?EIO=3&transport=polling&t=LOMlen9'. This request has been blocked; the content must be served over HTTPS.

And I cannot find where this is called. Any hints?

raarts commented 8 years ago

I'm sorry. Forget it. One minute after I wrote this I fixed it.