unable to connect to bitbucket from awx

Hi All,

We have installed awx with awx operator. I have been trying to connect bitbucket. It fails with below error.

All of certificates have been copied /etc/pki/ca-trust/source/anchors and it already connected to awx containers as a pvc. Any idea?

sg": “fatal: unable to access : error:0A000152:SSL routines::unsafe legacy renegotiation disabled”, “rc”: 128, “stderr”: "fatal: unable to access

Thanks.

Also, i can connect to bitbucket another pods except awx pods.

openssl s_client -tls1 -connect mybitbucketaddress.com:443

CONNECTED(00000003)

From awx containers:
openssl s_client -tls1 -connect mybitbucketaddress.com:443

CONNECTED(00000003)

407C837C0E7F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:ssl/statem/extensions.c:893:

5 Nisan 2023 Çarşamba tarihinde saat 00:14:11 UTC+3 itibarıyla Jasch şunları yazdı:

The error message is indicating that you are trying to connect with tls1 which is old and considered insecure. Can you increase the version of TLS running on your bitbucket installation? Its possible that other pods may be tolerating the older version of tls but something within the AWX pod is preventing it from being used.

-The AWX Team

Is it possible to decrease or tolerate tls version of awx pods?

7 Nisan 2023 Cuma tarihinde saat 20:35:46 UTC+3 itibarıyla AWX Project şunları yazdı:

Hello,

We highly recommend not using an outdated version of TLS. It is theoretically possible but we don’t have the resources to research how at this moment. If you figure out a method, please respond to this thread to share how.

The AWX Team