Meteor-Community-Packages / meteor-timesync

NTP-style time synchronization between server and client, and facilities to use server time reactively in Meteor applications.
https://packosphere.com/mizzao/timesync
MIT License
118 stars 36 forks source link

HTTPS Server Content Policy Problem #31

Closed fuatsengul closed 9 years ago

fuatsengul commented 9 years ago

I see a strange error in the production app. I think timesync is confusing on HTTPS protocol, maybe there's a manual setting for host address?

Here's one of error messages:

Mixed Content: The page at 'https://example.com/admin' was loaded over HTTPS, 
but requested an insecure XMLHttpRequest endpoint 'http://example.com/_timesync'. 
This request has been blocked; the content must be served over HTTPS.
mizzao commented 9 years ago

Are you using v0.3.3 of the package?

fuatsengul commented 9 years ago

I use user-status@0.6.5, which have dependency to timesync@0.3.2

mizzao commented 9 years ago

Just try manually adding mizzao:timesync@0.3.3 for now. See #30.

fuatsengul commented 9 years ago

Thanks :) I think there's nothing wrong right now.