Error
Error Code: 302

MongoDB Error 302: OCSP Certificate Status Unknown

📦 MongoDB
📋

Description

Error 302 indicates that MongoDB encountered an 'OCSP Certificate Status Unknown' issue. This typically means the system was unable to determine the revocation status of an SSL/TLS certificate during a secure connection attempt (e.g., client to server, or replica set members).
💬

Error Message

O C S P Certificate Status Unknown
🔍

Known Causes

4 known causes
⚠️
Network Connectivity to OCSP Responder
The MongoDB client or server host cannot establish a network connection to the OCSP responder URL specified in the SSL/TLS certificate.
⚠️
Unresponsive OCSP Responder
The OCSP responder server itself is unavailable, overloaded, or not responding to status requests, leading to an unknown status.
⚠️
Firewall or Proxy Blocking
A firewall, proxy, or security group is blocking outbound network traffic from the MongoDB host to the OCSP responder's port or IP address.
⚠️
Invalid OCSP URL in Certificate
The SSL/TLS certificate being used contains an incorrect, malformed, or inaccessible OCSP responder URL (AIA extension).
🛠️

Solutions

Coming Soon

Detailed step-by-step solutions for this error are being prepared. In the meantime, try these general troubleshooting tips:

General Troubleshooting Tips

  • Check the error message carefully for specific details
  • Review recent changes that might have caused the error
  • Search for the exact error code in the official documentation
  • Check log files for additional context
  • Try restarting the application or service
🔗

Related Errors

5 related errors