-
I have an interesting problem. I start the Server on a linux system. On the same system, I start the Client in a different ssh session. I found initially that the Server required -origin-url flag set to be able to talk to the client. Once set, it worked. Then it stopped working. I did not change any settings. Is HTTPS a set requirement ? I am not using HTTPS, only listening onI'm not using a cert. I can see that initially they talk to each other where -debug is set, the server sets the correlationID key. The Client accepts and then nothing. No more interactions at all. For example purposes, I changed the internal IPs and changed the Token. Server: Client: any thoughts or ideas ? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
origin-url
is only required for the self-hosted web client, so in this case you can avoid using this flag, also for the CLI client, you need to provide a domain URL as input instead of IP, for example:-interact-client -v -server http://my.corp.local
, assuming you already configured your domain as described in the readme.