I can’t seem to get https to work on AWX. I followed a previous post that said they got it working by putting haproxy in front of it. So I ran the command docker run -d --link awx_web:awx_web -p 443:443 -e DEFAULT_SSL_CERT=“…” tutum/haproxy
When I put in the login information it logs in and then I get
Failed to access license information. GET returned status:
Are there any better instructions about getting https going for the container?