You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the code quickly and it seems that it only adds the following to the end of the MongoDB connection string: /?ssl=true. It uses the PHP's native SSL extension and the MongoDB plugin's feature built on it to connect to the server using SSL.
I am not completely sure this should work, because I have not used this code for years, but if you need more pointers on how to test/fix this I think this is the related documentation of the PHP MongoDB plugin: https://www.php.net/manual/en/mongo.connecting.ssl.php
Hello,
I've been testing you template on my zabbix for MongoDB
And I didn't quite understand how --ssl works with you scripts.
Here how I am testing
There are sone certificate files that is needed to connect wia ssl. How can i import the proper connections string to you scritp?
Thank You
The text was updated successfully, but these errors were encountered: