MondoDB deployment on OpenShift Cluster - SLL client handshake issue

Hello,

I am deploying MongoDB on a cloud OpenShift cluster, I am using a local linux client(Rhel 7.9) to store the Mongodb pkg. I successfully connected to the cluster and ran the Mongo script from my client. I notice the deployment takes longer then expected time to complete, I then logged in to the cluster to verify the logs and noticed the following SLL hand-shake exception in the log over and over and the deployment has not completed(only one replica is being deployed):

2022-01-24T21:13:24.028+0000 I  NETWORK  [listener] connection accepted from 172.30.218.255:52518 #7 (1 connection now open)
2022-01-24T21:13:24.029+0000 I  NETWORK  [conn7] Error receiving request from client: SSLHandshakeFailed: The server is configured to only allow SSL connections. Ending connection from 172.30.218.255:52518 (connection id: 7)
2022-01-24T21:13:24.029+0000 I  NETWORK  [conn7] end connection 172.30.218.255:52518 (0 connections now open)
2022-01-24T21:13:24.528+0000 I  NETWORK  [listener] connection accepted from 172.30.218.255:52520 #8 (1 connection now open)
2022-01-24T21:13:24.528+0000 I  NETWORK  [conn8] Error receiving request from client: SSLHandshakeFailed: The server is configured to only allow SSL connections. Ending connection from 172.30.218.255:52520 (connection id: 8)
2022-01-24T21:13:24.528+0000 I  NETWORK  [conn8] end connection 172.30.218.255:52520 (0 connections now open)
2022-01-24T21:13:25.028+0000 I  NETWORK  [listener] connection accepted from 172.30.218.255:52524 #9 (1 connection now open)
2022-01-24T21:13:25.028+0000 I  NETWORK  [conn9] Error receiving request from client: SSLHandshakeFailed: The server is configured to only allow SSL connections. Ending connection from 172.30.218.255:52524 (connection id: 9)
2022-01-24T21:13:25.028+0000 I  NETWORK  [conn9] end connection 172.30.218.255:52524 (0 connections now open)
2022-01-24T21:13:25.528+0000 I  NETWORK  [listener] connection accepted from 172.30.218.255:52530 #10 (1 connection now open)
2022-01-24T21:13:25.528+0000 I  NETWORK  [conn10] Error receiving request from client: SSLHandshakeFailed: The server is configured to only allow SSL connections. Ending connection from 172.30.218.255:52530 (connection id: 10)

Mongo version: 4.2.6
TLS client version: TLS 1.2
OpenShift/Server version TLS version: TLS 1.2

Can any one help me to determine root cause and a possible resolution?

Thannks,
Jean