-
Notifications
You must be signed in to change notification settings - Fork 174
Security: Enabling SSL
suzanne-lee edited this page Aug 14, 2017
·
6 revisions
HOME > SETUP > SECURITY: ENABLING SSL
Note: SSL is not fully supported for the Data Querying Tool. Individual Loris instances should set up their own SSL for their DQT couchapp hosting.
sudo a2enmod ssl
- VirtualHost port: change to *:443 (ssl) instead of *:80 (http)
- Verify: SSL Engine On
- SSL certificate: ensure that you have an SSL certificate (contact us if you have questions)
sudo /etc/init.d/apache2 restart