frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
43 stars 15 forks source link

Need to change http to https or disable it #54

Closed anuveyatsu closed 7 years ago

anuveyatsu commented 7 years ago

At the moment, we are getting error because of http request instead of https when requesting http://schemas.datapackages.org/registry.json:

Mixed Content: The page was loaded over HTTPS, but requested an insecure resource 'http://schemas.datapackages.org/registry.json'. This request has been blocked; the content must be served over HTTPS.

anuveyatsu commented 7 years ago

At the moment, datapackage-test library uses data from following source: http://schemas.datapackages.org/registry.json

And in this source, there are 3 schema paths, which have http URLs.

Also, when we try manually change http to https, there is certificate problems on https://schemas.datapackages.org/registry.json

roll commented 7 years ago

Thanks!

@dumyan Registry https: https://schemas.frictionlessdata.io/registry.csv

pwalsh commented 7 years ago

@roll should just be able to do references as //schemas.frictionlessdata.io/registry.csv from now on.

roll commented 7 years ago

Will be resolved by https://github.com/frictionlessdata/schemas/pull/67 (I will update builtin datapackage schemas)

roll commented 7 years ago

FIXED in 0397fb83b0841fb2b85b51ce6f3f78b32bffa368