Skip to content

Starting CKAN over HTTPs

Aitor Magán García edited this page Jul 23, 2014 · 11 revisions

First of all, and if you want DataPuser to continue working, you must modify the file /etc/ckan/default/production.ini and set the setting ckan.site_url properly:

ckan.site_url = https://YOUR_SECURE_CKAN_INSTANCE_HOST:YOUR_SECURE_CKAN_INSTANCE_PORT

Then, you can enable CKAN over HTTPs following one of these tutorials:

  1. Starting CKAN over HTTPs using Apache
  2. Starting CKAN over HTTPs using Nginx
  3. Starting CKAN over HTTPs using Apache and Nginx

Note: We recommend you to use the first tutorial, since the use of the Nginx cache can cause some problems.

Note 2: These tutorials imply modifying some files so we recommend you to back up these files before modifying them.