I am trying to connect to cluster through ONTAP API
I tried with the request module in python and it works,
But when I use the host connection module like the image,
it shows an error:
Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748)'),))",),
I have added "verify=False", but it doesn't work
Any idea how to fix the error?