Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 :

  1. Backup the configuration in place for Apache proxy :

    mv /opt/datafari/apache/sites-available/tomcat.conf mv /opt/datafari/apache/sites-available/tomcat.bkp
  2. Copy the configuration for HTTP :

    cp /opt/datafari/bin/deployUtils/docker/tomcat.conf /opt/datafari/apache/sites-available/
  3. Apply the new configuration :

    apachectl restart

  • No labels