Hello.
I have an existing doliwamp installation of dolibarr 10.0.0.2.
I previously had this configured to use SSL/https, but I recently had a data loss, and had to restore my installation, and I cannot remember how I got it to work.
So, I have been using this page (SSL/TLS Certificate Installation Guide: Apache for Windows) as a guide. However, obviously I am on windows.
I know that it is necessary to modify the conf file in apache to make this work.
I have already made the necessary modifications so that it does not require a localhost connection to connect (networked clients may now connect via http)
I set the servername entry to correspond with my server’s DNS entry.
I have placed the SSL certificate.crt file, the ca-bundle_client.crt file, and the private .KEY file in the root directory of the doliwamp installation.
I have linked the private .key file to the SSLCertificateKeyFile entry in the httpd.conf file, and the SSL certificate.crt file to the SSLCertificateFile entry and made sure these entries are not commented. I have not linked the ca-bundle_client.crt file to anything as I am unsure which entry to link it to.
Lastly, I have uncommented the lines:
Loadmodule ssl_module modules/mod_ssl.so
Include conf/extra/httpd-default.conf
as was mentioned in the guide.
However, after making these changes and restarting the doliwamp services, it seems that the apache server does not start, and therefore I cannot access dolibarr.