Re: [Bacula-users] baculum-web ssl error

2022-01-18 Thread Marcin Haba
Hello Saeed, After enabling SSL in the web server config, you need to update the protocol in API configuration on the Baculum Web side. You can do it on the Security page in the API hosts tab. There you will be able to change HTTP into HTTPS for defined API hosts. Best regards, Marcin Haba (gani)

[Bacula-users] baculum-web ssl error

2022-01-18 Thread Saeed Green
Hi ... bacula : 11.0.5 baculum : 11.0.5.7 I recently enabled ssl for my bacula server. I placed my crt and key files and uncommented these three lines : SSLEngine on SSLCertificateFile /etc/baculum/Config-web-apache/baculum.crt SSLCertificateKeyFile /etc/baculum/Config-web-