Hi
I hope somebody can help me with this. It has been racking my brain. I trying to create my own custom functions in resilient.
When I use codegen to create my package, I get this error.
requests.exceptions.SSLError: HTTPSConnectionPool(host='resilient', port=443): Max retries exceeded with url: /rest/session (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
So I went into the app.config and set
cafile=false
to remove SSL verification. And restart the service but still get the exact same error.
I'm really confused. Have any of you had the same issues.
------------------------------
Simeon Jaganyi
------------------------------