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 'Can not create SSL client. SSL is not enabled in this build. '
So I understand SRV uses SSL. Is that it?