Windows Certificates are not working from AWX

I am trying to ping windows host from AWX Tower with Certificates.:

  • Basically, I created certificates and deployed on all the windows host.

  • When I try to ping the server it is working fine

  • But the same when I am trying to do from AWX I am gettig bellow error

fatal: [server1]: UNREACHABLE! => {“changed”: false, “msg”: “certificate: (‘Connection aborted.’, OSError("(104, ‘ECONNRESET’)",))”, “unreachable”: true}

It will be great if anyone can help.

Hi.
Have you installed the certificate in your execution environment in AWX? Looks like it’s missing from the error message.

do we need to build Execution environment if we build AWX using docker compose ?

Yes. The execution environment is a container that serves as the Controller Node in AWX.

Thanks for the quick response, we have installed version 17.x, We will reinstall the latest version.

It will be great if you can share some link which will help us to install the latest version.

Thanks for your help Man, it’s really helpful. Finally, we reinstalled the latest version and it worked perfectly fine.