You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an IDS connector that has not got TLS (https) working and when i run the UI with "npm start" it is able to communicate with the connector, however when I run it with docker it gives constant errors of connection refused.
Going through the code I found "rejectUnauthorized: false" this should ignore all TLS issues, is that correct?
If so why is not in affect when running it with docker/docker compose is there code that sets it to production and thereby enforces TLS?
Can someone help me, please :)
The text was updated successfully, but these errors were encountered:
I have an IDS connector that has not got TLS (https) working and when i run the UI with "npm start" it is able to communicate with the connector, however when I run it with docker it gives constant errors of connection refused.
Going through the code I found "rejectUnauthorized: false" this should ignore all TLS issues, is that correct?
If so why is not in affect when running it with docker/docker compose is there code that sets it to production and thereby enforces TLS?
Can someone help me, please :)
The text was updated successfully, but these errors were encountered: