AWX console not accessible after configuring SSL certificates

AWX installation (17.1.0 on RHEL 9) was successful and GUI was accessible with http (port 80).
Have obtained Server Certificate and CA certificates from the team and modified the inventory file . Running “ansible-playbook -i inventory install.yml” is also successful. But after this change unable to access the GUI console. Tried with port 80 (http) and 443(https) both of them are not working.

I have also checked and verified the certificate using openssl commands and they look fine .

I’m expecting at least the server should respond to http and display the login page.

The parameters that I updated in inventory file were
host_port_ssl=443
ssl_certificate , ssl_certificate_key

docker ps -a

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fa4e695655b3 ansible/awx:17.1.0 “/usr/bin/tini – /u…” 38 minutes ago Up 2 seconds 8052/tcp awx_task
3dab2bd4d603 ansible/awx:17.1.0 “/usr/bin/tini – /b…” 38 minutes ago Up 2 seconds 0.0.0.0:80->8052/tcp, :::80->8052/tcp, 0.0.0.0:443->8053/tcp, :::443->8053/tcp awx_web
af6681806196 postgres:12 “docker-entrypoint.s…” 38 minutes ago Up 2 seconds 5432/tcp awx_postgres
16f1b3b7702e redis “docker-entrypoint.s…” 38 minutes ago Up 2 seconds 6379/tcp awx_redis

I had to revert these changes and run the install.yml again so that the console is accessible at least through http