Hey guys, I’m trying to configure my AWX environment to log in with my GSuite emails and I’m getting the error message in the API below:
“error”: “Authentication failed: HTTPSConnectionPool(host=‘accounts.google.com’, port=443): Max retries exceeded with url: /o/oauth2/token (Caused by SSLError(SSLError("bad handshake: Error([(‘SSL routines’, ‘tls_process_server_certificate’, ‘certificate verify failed’)],)",),)).”
The problem is that the certificate used is a wildcard already validated in our environment and I created a ca-bundle.crt also validated by openssl, when making the login request and authenticating with my email from the authorized domain it is returned to the screen login, I don’t know what else to do, could someone guide me or provide material? because I’ve resorted to issues and many forums with similar problems.
Congrats,