-
Notifications
You must be signed in to change notification settings - Fork 55
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:
- Starting CKAN over HTTPs using Apache
- Starting CKAN over HTTPs using Nginx
- 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.