This email or any attachments may contain confidential or legally privileged information intended for the sole use of the addressees. Any use, redistribution, disclosure, or reproduction of this information, except as intended, is prohibited. If you received this email in error, please notify the sender and remove all copies of the message, including any attachments.--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/d2684b53-a11a-4a50-a411-395c69fdfc8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/d2684b53-a11a-4a50-a411-395c69fdfc8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This email or any attachments may contain confidential or legally privileged information intended for the sole use of the addressees. Any use, redistribution, disclosure, or reproduction of this information, except as intended, is prohibited. If you received this email in error, please notify the sender and remove all copies of the message, including any attachments.
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/273c0814-1453-4634-84ed-5715a2be2c0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/d2684b53-a11a-4a50-a411-395c69fdfc8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi
I too tried setting up HAProxy for SSL Termination with AWX setup.But the browser says the certificate is invalid even though I had used a local ROOT to generate the certificate.I even added " ca-ignore-err all" but the browser said the certificate is invalid.If I click on Proceed to 192.168.247.128 (unsafe) then makes an insecure connection through the 443 port.My question is what type of certificate did you use to set up the SSL?ThanksJae Kim
--
You received this message because you are subscribed to a topic in the Google Groups "AWX Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/awx-project/p5oWivyuGPA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to awx-project+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/92c7811a-2282-4541-8c75-74ae2924fa3c%40googlegroups.com.
2. My second try, was to use ssl in nginx directly, so, I've setup the nginx.conf to use ssl, installed my certificates, and, bob is your uncle. SSL was active, websocket working, but when I triggered a job, unfortunately, I got an api error, because awxrest.py uses plain http and not https.
proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade;
Close access to 8052 (awx-web) from outside
Leave 80,443 only exposed for outside world.
Nginx is running on standalone docker host. Not in container.
---------------
Luke Salsich
To unsubscribe from this group and all its topics, send an email to awx-project...@googlegroups.com.