Find the HA Web Konsole log files in /srv/www/hawk/log. It is useful to check them in case you cannot access the HA Web Konsole at all for some reason.
If you have trouble starting or stopping a resource with the HA Web Konsole, check the log files that Pacemaker logs to—by default, /var/log/messages) .
If you cannot log in to HA Web Konsole with a new user you added to the haclient group (or if you experience delays until HA Web Konsole accepts logins from this user), stop the rcnscd daemon with rcnscd stop and try again.
To avoid the warning about the self-signed certificate on first startup of the HA Web Konsole, replace the automatically created certificate with your own certificate or a certificate that was signed by an official Certificate Authority (CA).
The certificate is stored in /etc/lighttpd/certs/hawk-combined.pem and contains both key and certificate. After you have created or received your new key and certificate, combine them by executing the following command:
cat keyfile certificationfile > /etc/lighttpd/certs/hawk-combined.pem
Change the permissions to make the file only accessible by root:
chown root.root /etc/lighttpd/certs/hawk-combined.pem chmod 600 /etc/lighttpd/certs/hawk-combined.pem