[ckan-dev] Data preview issuing http requests while CKAN served from https

Alex (Maxious) Sadleir maxious at gmail.com
Wed May 28 23:13:38 UTC 2014


templates/dataviewer/base.html is where I edit the URLs using
javascript before the preview starts up. You can do this in a theme
plugin eg, https://github.com/datagovau/ckanext-datagovau/blob/master/ckanext/datagovau/templates/dataviewer/base.html


On Wed, May 28, 2014 at 10:51 PM, Johann Höchtl
<johann.hoechtl at gmail.com> wrote:
> Hi,
>
> using CKAN 2.2a, source install, git cloning the stable branch.
>
> Seems like we stumbled accross issue
> https://github.com/ckan/ckan/issues/1202
>
> but I am not totally sure. When clicking a CSV ressource, a nice preview
> (recline data grid) appeared. Since we switched to https (proxing CKAN via
> apache, ckan still listening on http://localhost:5000), this page yields a
> loading mixed content warning, no preview. We already set the
> ckan.site_url to https://....
>
> What file do we have to patch so that https requests instead of http are
> sent? pip installed all other dependencies.
>
> Greetings, Johann
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev



More information about the ckan-dev mailing list