How to enable HTTPS

Hi.

I recently downloaded DoliWamp to test the initial installation and so far, so good.

When I checked the SSL option, then Dolibarr is not browseable any more. I had it to reinstall it without that checkbox (play HTTP).

What I need is to install an Ubuntu server (or Windows) but with SSL to publish the server securely.

What I have to do to enable it easily?

Thanks!

Using or not https is part of apache documentation. So you might find more help on apache project forums. The only thing we can say knowing dolibarr is that once, you enabled a workign https into your server, you must change the conf.php file of dolibarr to add the https instead of http in all urls parameters.

I’m asking everyone when your give instructions on how to do something you go step by step or do a short video it helps and the backlog will decrease.

on Ubuntu is very easy… just install certbot with the right domain/subdomain:
sudo apt install certbot python3-certbot-apache

install the certificate for the correct domain/subdomain (following prompts):
sudo certbot --apache

no need to restart nothing or change files :upside_down_face: