International-Data-Spaces-Association / DataspaceConnectorUI

User interface for the Dataspace Connector.
Apache License 2.0
10 stars 12 forks source link

TLS issues with UI and Connector #312

Open RyanKelvinFord opened 1 year ago

RyanKelvinFord commented 1 year ago

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 :)