Implementing two way SSL in couchbase

We are trying to setup the SSL for couchbase cluster by following the
https://docs.couchbase.com/server/5.5/security/security-x509certsintro.html
we can see that Server is authenticating the client (One-way SSL)

Does couchbase support two way authentication (Mutual SSL authentication) ?

Kindly help us.

Thanks in advance.

@chai1492 Currently we do not support two way SSL. We currently support one way SSL, we only validate client
against the server, since the cert is generated using the server cert.

You can log an enhancement request in https://issues.couchbase.com

@raju, @chai1492 In 6.0 , Do we support 2 way ssl ?