Open bhavya1213 opened 4 months ago
From the traceback and your initial setup of the clitool object, you need to specify your SERVER ADDRESS:
config["mycottool"] = {"COT_URL": "tls://SERVER_ADDRESS:8089", "PYTAK_TLS_CLIENT_CERT": "CERT_PATH.p12", "PYTAK_TLS_CLIENT_PASSWORD": "atakatak"}
right now it is not set to anything that would resolve to an ip.
I am trying to run this send.py from given example files,
but when i run this i get this error:
how do i solve this?