I am looking to make use of the mcafee-epo web api python library to automate some of my more repetitive maintenance tasks.
When trying to connect to our epolicy server, I receive an error stating that the certificate is invalid and the script crashes.
The error occurs because our ePO server uses self-signed certificates and therefore produces the usual security warnings upon connection.
Is there any built in function to the mcafee-epo package/module that can be used to disregard this security warning, or perhaps a method of exeception handling that will allow me to bypass the SSL errors produced?
Thanks! A confused jr. admin