-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
Affects Version/s: 1.24.1
-
Component/s: Compass
-
None
-
Not Needed
-
None
Problem Description
On version 1.22.1 it was still possible to connect with x509 (user) authentication to cluster db.
However, after upgrade to 1.24.1, it stopped to work.
Steps to Reproduce
- Fill in connection fields individually
- fill cluster dns name in Hostname field
- SRV Record enabled
- Authentication - X509, username: username as created in Atlas DB
- Fill replica set name
- Read Preference: Primary
- SSL: Server and Client Validation
- Certificate Authority: PEM File from Mongo created for X509 User
- Client Certificate: PEM File from Mongo created for X509 User
- Client Private Key: PEM File from Mongo created for X509 User
- Click CONNECT
Expected Results
Connects
Actual Results
"Auth failed" error
Additional Notes
Works perfectly on 1.22.1 Compass version, and on mongo cli.