Skip to main content

Trendmicro deep security connector

  • January 25, 2022
  • 17 replies
  • 3 views

Forum|alt.badge.img+3

I have a problem with the trendmicro deep security connector (or maybe a global problem with the lack of configuration of the TLS Root CA file). While testing the connection (with or without TLS enabled) I get the error: "IOError: Could not find a suitable TLS CA certificate bundle, invalid path: False" - I am browsing the documentation, but I can't find anything about it. Please help

17 replies

Forum|alt.badge.img+3

File /usr/local/lib/python2.7/site-packages/requests/adapters.py, line 416, in send self.cert_verify(conn, request.url, verify, cert) File /usr/local/lib/python2.7/site-packages/requests/adapters.py, line 228, in cert_verify invalid path: {}.format(cert_loc)) IOError: Could not find a suitable TLS CA certificate bundle, invalid path: False


Forum|alt.badge.img+3

So it seems like problem with "requests" configuration


Forum|alt.badge.img+5
  • New Member
  • January 26, 2022

Huh, the docs are very sparse on the connector. Can you show a screenshot of your current connector config? Just replace all the values with fake data.

To me, it seems like might be a field for cert path and that might not be pointed at the right place


Forum|alt.badge.img+3

Sure, just a second (but there is no path to CA file in configuration (hence "False" in path)


Forum|alt.badge.img+3

Forum|alt.badge.img+5
  • New Member
  • January 26, 2022

ahh, ok, I assumed Connector meant there was a connector config as well (which was not in the docs)

hmmm... very strange that it complains about SSL with such a minor config.


Forum|alt.badge.img+5
  • New Member
  • January 26, 2022

And that error is from running the Ping?


Forum|alt.badge.img+5
  • New Member
  • January 26, 2022

Have you tried running one of the actions bessides Ping?


Forum|alt.badge.img+5
  • New Member
  • January 26, 2022

Sometimes the Ping action is not so good


Forum|alt.badge.img+5
  • New Member
  • January 26, 2022

My immediate suggestion would be to completely remove and delete that integration and then reinstall. It may just be that the Request library did not install correctly


Forum|alt.badge.img+3

Yeah, thanx, will try turning it off and on again ;-)


Forum|alt.badge.img+3

Nope, nothing changed :(


Forum|alt.badge.img+5
  • New Member
  • January 26, 2022

and that was with completely removing the integration and re-downloading it?

At this point I'd suggest raising a case with support as there must be a bug in there. Usually there errors you see are from the Requests library not installing correctly


Forum|alt.badge.img+3

Hi @Tomasz_PNC_Piłat I faceing with the same issue, did you resolved it?


Forum|alt.badge.img+3

I wouldn't call it a solution, but a workaround - I added "return True" at the beginning of cert_verify


Forum|alt.badge.img+3

Of course, after the next integration upgrade (if Siemplify programmers do not correct this error), the patching will have to be repeated.


Forum|alt.badge.img+3

Great to heard that, @Tomasz_PNC_Piłat can you send a screenshot where exactly did you put this?