Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with https invalid cert #5

Open
avishekansible opened this issue Jan 29, 2021 · 1 comment
Open

Issue with https invalid cert #5

avishekansible opened this issue Jan 29, 2021 · 1 comment

Comments

@avishekansible
Copy link

I have done some cjhanges in my code.
Added below in base setup:-

name: Enable epel for pip install
yum:
name: epel-release
state: present
register: dcos_yum_epel_install
retries: 3
delay: 60
until: dcos_yum_epel_install is success

Then also changed awx_version: "latest" in vars as 15.1.0 does not exist.

Now 3 of my AWX instances are up but the problem I am facing if I access it through https:// it says invalid certificate(Not secure). Can you please help me with that I am new to ansible and linux.?

And also I have seen that for the load balancer you have mentioned something like Traefik that also in some folder .

@SckyzO
Copy link
Owner

SckyzO commented Jan 31, 2021

Hi,

Yes to use AWX Cluster, you need to be behind a proxy web server like Traefik or Nginx. It is this web serveur proxy which will host SSL certificate. You need to add an official certificate entry if don't want an error like "invalid certificate" ( enterprise pki or let's encrypt).
Here, I use SSL only for secure communication between nodes in cluster.

For my own use, i use let's encrypt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants