Valid from Datafari 4.4+
Use this only for specific use cases. This option is not recommended.
Datafari is launched by default in HTTPS ie to access to Datafari the url is : https://IP_DATAFARI:443/Datafari
The certificate is autosigned and you can easily replace it by a “real” one. For rare cases, you might want to launch Datafari into HTTP and not HTTPS (you already have a reverse proxy in front of your Datafari installation, you do not have real certificates and you do not want that your users see the warning in their browser about autosigned certificate).
The process is :
Backup the configuration in place for Apache proxy :
mv /opt/datafari/apache/sites-available/tomcat.conf mv /opt/datafari/apache/sites-available/tomcat.bkp
Copy the configuration for HTTP :
cp /opt/datafari/bin/deployUtils/docker/tomcat.conf /opt/datafari/apache/sites-available/
Apply the new configuration :
apachectl restart