You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
starting the container and mounting a clean volume for /data. Run through the setup wizard - everything works as expected. Stop / start container. Container fails to start with error below.
conmon[474009]: [Tue Jan 11 13:55:35.806860973 2022] [docker_entrypoint:info] [pid 1] DOCKERE: Checking database resources used as backends
conmon[474009]: [Tue Jan 11 13:55:35.971084091 2022] [docker_entrypoint:debug] [pid 1] DOCKERE: Checking database resource "icingaweb_db"
conmon[474009]: ERROR: ErrorException in /usr/share/icingaweb2/modules/setup/library/Setup/Utils/DbTool.php:338 with message: Undefined index: ssl_capath
conmon[474009]: [Tue Jan 11 13:55:36.122648934 2022] [docker_entrypoint:crit] [pid 1] DOCKERE: exit status 1
Workaround:
Set ssl_capath and ssl_cipher in resources.ini for icingaweb_db.
Run through the setup wizard - everything works as expected.
Please could you stop that container and dump the volume content? We would provide you an upload link.
lippserd
changed the title
icingaweb2 fails to restart container unless ssl_cipher and ssl_ca path is set on resource
container fails to restart unless ssl_cipher and ssl_ca path is set on resource
Jul 4, 2022
@mooneym17 I assume you're using TLS for connecting to the database, is that correct? Also, did you set any icingaweb.* environment variables or did you rely entirely on the web-based wizard for setup?
Hi,
starting the container and mounting a clean volume for /data. Run through the setup wizard - everything works as expected. Stop / start container. Container fails to start with error below.
conmon[474009]: [Tue Jan 11 13:55:35.806860973 2022] [docker_entrypoint:info] [pid 1] DOCKERE: Checking database resources used as backends
conmon[474009]: [Tue Jan 11 13:55:35.971084091 2022] [docker_entrypoint:debug] [pid 1] DOCKERE: Checking database resource "icingaweb_db"
conmon[474009]: ERROR: ErrorException in /usr/share/icingaweb2/modules/setup/library/Setup/Utils/DbTool.php:338 with message: Undefined index: ssl_capath
conmon[474009]: [Tue Jan 11 13:55:36.122648934 2022] [docker_entrypoint:crit] [pid 1] DOCKERE: exit status 1
Workaround:
Set ssl_capath and ssl_cipher in resources.ini for icingaweb_db.
ssl_capath = "/certs/"
ssl_cipher = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
The text was updated successfully, but these errors were encountered: