fix: Allow not checking SSL stuffs
parent
8aa64b08a2
commit
84d1693261
|
@ -40,6 +40,7 @@ else:
|
|||
MISP = pymisp.PyMISP(
|
||||
CONFIG["misp"]["url"],
|
||||
CONFIG["misp"]["api"],
|
||||
ssl = config["misp"].get("verifySSL", True)
|
||||
)
|
||||
|
||||
def post_stix(manager, content_block, collection_ids, service_id):
|
||||
|
|
Loading…
Reference in New Issue