https

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?

When I ran the docker run command I think the link caused the awx_web to restart as after a while everything came up fine.