-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi @ITjoyboy - For environments where SSL verification cannot be performed, you can disable it by passing the An example of this can be found here: https://falconpy.io/Usage/Environment-Configuration.html#ssl-verify Thank you for the question! |
Beta Was this translation helpful? Give feedback.
Hi @ITjoyboy -
For environments where SSL verification cannot be performed, you can disable it by passing the
ssl_verify
keyword and setting it to False.An example of this can be found here: https://falconpy.io/Usage/Environment-Configuration.html#ssl-verify
Thank you for the question!