[bareos-users] Re: bareos web ui with https

2024-02-15 Thread Joshua Myles
If you're using Apache HTTPd it's pretty straightforward. A rough outline for RHEL 9, assuming you already have Bareos Web UI working via HTTP: 1. Install mod_ssl and dependencies dnf install mod_ssl 2. Configure firewall firewall-cmd --zone=public --add-service=https firewall-cmd

[bareos-users] Re: bareos web ui with https

2024-02-15 Thread Bruno Friedmann (bruno-at-bareos)
Hello Markus, I hope you noticed in Bareos documentation, that connection between php-fpm (webui) and the director had to be unencrypted (due to missing tls-psk support in upstream php-curl module). But to have https and as such tls connection between your browser and the webui you will have