Closed rajavignesh closed 3 years ago
hi @rajavignesh
thanks for your report! have created an internal ticket to track the issue
hi @rajavignesh
We have a couple of e2e tests that check TLS with 4.4.0, one of them is: https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/test/e2e/replica_set_tls/replica_set_tls_test.go
We tried 4.4.2 and that also worked... Can you please double-check your configuration - and maybe the test above will help you to verify the correctness of the configuration.
This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days.
This issue was closed because it became stale and did not receive further updates. If the issue is still affecting you, please re-open it, or file a fresh Issue with updated information.
Can anyone helpme with that? I'm trying to deploy on GKE and getting the same error:
{
code: 141
codeName: "SSLHandshakeFailed"
errmsg: "The server is configured to only allow SSL connections"
}
Hi, even I get the same error on mongoDB version "6.0.5". Can someone please help me?
What did you do to encounter the bug? When deploying cluster with MongoDB version 4.4.2 and TLS enabled, SSLHandshakeFailed error found in "mongod" container log and "mongodb-agent" pod goes down after few minutes.
The same TLS certificate works fine in 4.2.12, facing issues when deploying with MongoDB version 4.4. Deploying 4.4.2 without TLS works fine.
Steps to reproduce the behavior:
What did you expect? No error to be logged in the container log and mongodb-agent should be up and running
What happened instead? SSLHandshakeFailed issue logged in mongod container log and mongodb-agent container goes down after few minutes.
Operator Information
Additional context
mongodb-agent container status
Deploying with MongoDB version 4.2.12, it was using mongo-go-driver v1.3.4 as in the container log below. Not sure mongo-go-driver 1.4 will be used for MongoDB version 4.4 as GO driver 1.3 is not compatible with MongoDB 4.4
https://docs.mongodb.com/drivers/go/