0
How do I connect to a Mongo+SRV DB
$manager = new MongoDB\Driver\Manager('mongodb+srv://username:[email protected]');
Error:
Fatal error: Uncaught Exception 'Mongodb Driver Exception Invalidargumentexception' with message 'Cannot create SSL client. SSL is not enabled in this build.'
From what I understand SRV uses SSL. That’s it?