CERTIFICATE_VERIFY_FAILED in MongoDB Server (Windows) RDP
1. Update Certificates Using Certutil
First, you need to update the root certificates on your Windows system. Follow these steps using Command Prompt with administrative access:
1. Open Command Prompt with Admin Access: Right-click on the Command Prompt icon and select “Run as administrator”.
2. Generate Root Certificates File: Run the following command to generate the root certificates file.
certutil -generateSSTFromWU roots.sst
Copy
3. Install Root Certificates: Once the roots.sst file is generated, run the following command to install the certificates.
certutil -addstore -f root roots.sst