i2group / analyze-connect-node-sdk

Develop connectors that bring data from external sources into i2 Analyze by using the i2 Connect Node SDK. The SDK is comprised of documentation, tools, and sample code.
https://i2group.github.io/analyze-connect-node-sdk/
MIT License
3 stars 3 forks source link

Some queries are not configured correctly. Contact your system administrator. #15

Closed bohdanszymanik closed 10 months ago

bohdanszymanik commented 11 months ago

I have a connector which seems to work fine but I notice this information message pop up when doing an external search. Any pointers to where I should be looking to understand what the misconfiguration could be. The implementation is standalone on a dev workstation. image

bohdanszymanik commented 11 months ago

Is this just warning me about the http connection? image

Anthony-Johnson-i2 commented 11 months ago

Hi @bohdanszymanik (Bohdan)

1: . Any pointers to where I should be looking to understand what the misconfiguration could be. The implementation is standalone on a dev workstation.

You could try this as a starting point, it mentions what you are seeing here.

Troubleshooting Guide

2: Is this just warning me about the http connection?

Yes this is just a warning that you are not using TLS, we expect communications to be secured but do not enforce it.