The unit test for mongocxx::pool with name "If we pass an engaged SSL options struct to the pool class, we will use it to configure the underlying mongoc pool" uses the invalid URI "mongodb://mongodb.example.com:9999?ssl=true". As of CDRIVER-2019, libmongoc now does more strict validation of these URIs. We need to update this unit test accordingly.