gadicc / meteor-messageformat

MessageFormat i18n support for Meteor, with reactive templates
54 stars 22 forks source link

Mixed Content on https (v2) #213

Closed Siewart closed 8 years ago

Siewart commented 8 years ago

Hi,

I receive the following error after deploying v2 on our development server.

0eb9027….js?meteor_js_resource=true:144 Mixed Content: The page at 'https://testapp.test.eu/admin' was loaded over HTTPS, but requested an insecure script 'http://testapp.test.eu/msgfmt/locale/all/0'. This request has been blocked; the content must be served over HTTPS.l @ 0eb9027….js?meteor_js_resource=true:144 I guess something internal uses a normal insecure request.

Any pointers how I could fix this?

gadicc commented 8 years ago

Try msgfmt:core@2.0.0-preview.20 :)

Siewart commented 8 years ago

That was an insanely quick fix :D Thanks for that.

gadicc commented 8 years ago

Haha, sure, things like these annoy me :>