Bahmni without HTTPS

Greetings All,

I am running Bahmni in Docker, but due to some limitations in my environment, I am trying to run Bahmni without HTTPS. How can I configure not to use SSL ?

Thanks Farrukh Arshad.

1 Like

We’d like to know the recommended way to achieve this as well, as our deployment is to an intranet not connected to the internet, without a registered domain name, and without access to client devices to install our own root certificates.

Even on intranet, we would not advise using just http. You can use a letsEncrypt certificate, if cost or convenience is an issue! Or use a self signed certificate! (of course, this would require every computer to accept exception)

If you must, you need to modify the apache configs and also drop the rewrite rules check under

ls -al /etc/httpd/conf.d/

and also in http.conf file, under /etc/httpd/conf/httpd.conf

1 Like