Hi
we are trying to install foreman from scratch latest verison on alma linux 8.6
foreman-installer -l
2022-05-30 11:30:56 [NOTICE] [root] Loading installer configuration. This will take some time.
2022-05-30 11:30:59 [NOTICE] [root] Running installer with log based terminal output at level NOTICE.
2022-05-30 11:30:59 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.
2022-05-30 11:31:01 [NOTICE] [configure] Starting system configuration.
2022-05-30 11:31:09 [NOTICE] [configure] 250 configuration steps out of 1358 steps complete.
2022-05-30 11:31:10 [NOTICE] [configure] 500 configuration steps out of 1360 steps complete.
2022-05-30 11:31:12 [NOTICE] [configure] 750 configuration steps out of 1366 steps complete.
2022-05-30 11:31:24 [NOTICE] [configure] 1000 configuration steps out of 1367 steps complete.
2022-05-30 11:32:14 [ERROR ] [configure] /Stage[main]/Foreman::Register/Foreman_host[xxxx]: Could not evaluate: Exception SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) in get request to: xxx
2022-05-30 11:32:14 [ERROR ] [configure] Wrapped exception:
2022-05-30 11:32:14 [ERROR ] [configure] SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)
2022-05-30 11:32:14 [NOTICE] [configure] 1250 configuration steps out of 1367 steps complete.
2022-05-30 11:32:16 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_host[xxx]: Could not evaluate: Exception SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) in get request to: xxx
2022-05-30 11:32:16 [ERROR ] [configure] Wrapped exception:
2022-05-30 11:32:16 [ERROR ] [configure] SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)
2022-05-30 11:32:16 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[xxx]: Could not evaluate: Exception SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) in get request to: xxx
2022-05-30 11:32:16 [ERROR ] [configure] Wrapped exception:
2022-05-30 11:32:16 [ERROR ] [configure] SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)
2022-05-30 11:32:16 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[xxx]: Failed to call refresh: Exception SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) in get request to: xxx
2022-05-30 11:32:16 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[xxx]: Exception SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) in get request to: xxx
2022-05-30 11:32:16 [ERROR ] [configure] Wrapped exception:
2022-05-30 11:32:16 [ERROR ] [configure] SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)
2022-05-30 11:32:18 [NOTICE] [configure] System configuration has finished.
There were errors detected during install.
Please address the errors and re-run the installer to ensure the system is properly configured.
Failing to do so is likely to result in broken functionality.
(Dns names removed)
Whats the best appraoch to this issue? can we tell the installer to ignore the self signed and replace it later on ?