[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-05-06 Thread natchawi28
Hi all, I solved the problem. solution: add "validate_certs: false" $vi /usr/share/ansible/roles/ovirt.hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml name: Wait for ovirt-engine service to start uri: validate_certs: false <= add this !! url:

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-05-06 Thread natchawi28
I ran the command ps -ef and got the following message: = [root@raot-trt-gw ~]# ps -ef UIDPID PPID C STIME TTY TIME CMD root 1 0 0 พ.ค.01 ? 00:00:12 /usr/lib/systemd/systemd --switched-root --system

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-05-05 Thread Strahil Nikolov via Users
Can you try to cleanup and deploy again ?When it fails, use 'ps -ef' to identify if the VM is running or not. Best Regards,Strahil Nikolov The downgrade of the "Postgresql-jdbc" method did not help this problem go away. Thankyou, Bunnatee ___

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-05-05 Thread natchawi28
The downgrade of the "Postgresql-jdbc" method did not help this problem go away. Thankyou, Bunnatee ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Strahil Nikolov via Users
Most probably it's the postgresql-jdbc issue. Let's see if the package can be removed (or newer version generated). Best Regards,Strahil Nikolov On Sat, Apr 30, 2022 at 22:29, Strahil Nikolov via Users wrote: ___ Users mailing list --

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Strahil Nikolov via Users
Hm...then everything should be fine.You specified the FQDN, the FQDN has a valid A/ record and that IP has a valid PTR record. Best Regards,Strahil Nikolov On Sat, Apr 30, 2022 at 17:58, Tnchawy wrote: ___ Users mailing list --

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Tnchawy
I set the FQDN name every time run "hosted-engine --deploy" and I want to install self-host engine. *I set up the servers as pictured below:* [image: image.png] [image: image.png] ในวันที่ ส. 30 เม.ย. 2022 เวลา 17:03 Patrick Hibbs เขียนว่า: > >[ERROR] fatal:[localhost ->

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Patrick Hibbs
>[ERROR] fatal:[localhost -> my_fqdn.domain]:FAILED!=>{"attempts":12, >"changed":false,"msg":"Failed to validate the SSL certificate for >localhost:443. >Make sure your managed systems have a valid CA certificate installed. Given that this seems to be an error from engine-setup, you've probably

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-29 Thread natchawi28
My records on the DNS server are as follows. When I check with nslookup, there is no access problem. i'm not use localhost. = Forward Lookup Zones domain.co.th gateway-node.doamin.co.th. IN A 10.99.101.90

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-29 Thread Strahil Nikolov via Users
You must not use localhost.Check A/ and PTR records for the engine.  Best Regards,Strahil Nikolov Hi, I'm having an issue with Failed to validate the SSL certificate for localhost:443 during Deploy "hosted-engine." check the log files, found this error: " [TASK] [ovirt.engine-setup: