AWX-Ansible with https configuration on centOS 7.x

I have installed AWX using docker-compose after cloning version 14.1 on centOS 7.x.
Followed https://github.com/ansible/awx/blob/devel/INSTALL.md
Default UI is up on port 80. I am trying to configure it as https accessible.
Don’t want to use NGINX in front. I have been going through a few blogs but couldn’t get much. I have created a self-signed certificate and configured it in awx inventory, certificate and key , enabling port 443. Docker shows the process is up at 80 and 443, but can’t access AWX UI.

Can you please suggest if I am doing correctly.

Attached docker details.

Thanks,
Raj

(attachments)

details.txt (3.22 KB)

host_port_ssl=443
ssl_certificate=/opt/awx/certs/cert.pem
ssl_certificate_key=/opt/awx/certs/key.pem
docker_compose_dir="~/.awx/awxcompose"