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
Describe the bug
When setting the PubKey of the remote skysocks server for skysocks-client through the hypervisor, the client does not start because it reports:
[2020-03-31T18:05:55+02:00] INFO [skysocks-client]: [2020-03-31T18:05:55.079622+02:00] FATAL []: Invalid server PubKey
[2020-03-31T18:05:55+02:00] WARN [skywire]: App stopped. app_name="skysocks-client" error="exit status 1"
Environment information:
OS: Mac OS X
Steps to Reproduce
Steps to reproduce the behavior:
Setup two visors on separate machines or use integration env
Run manager UI
Set PubKey of remote for skysocks-client in UI
Start skysocks-client
Actual behavior
[2020-03-31T18:05:55+02:00] INFO [skysocks-client]: [2020-03-31T18:05:55.079622+02:00] FATAL []: Invalid server PubKey
[2020-03-31T18:05:55+02:00] WARN [skywire]: App stopped. app_name="skysocks-client" error="exit status 1"
Possible implementation
The error seems to stem from improper formatting of the skysocks-client args in config.
This is the config after setting PubKey through hypervisor (where proxy does not work):
Describe the bug
When setting the PubKey of the remote
skysocks
server forskysocks-client
through the hypervisor, the client does not start because it reports:Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
skysocks-client
in UIskysocks-client
Actual behavior
Possible implementation
The error seems to stem from improper formatting of the
skysocks-client
args in config.This is the config after setting PubKey through hypervisor (where proxy does not work):
After changing the config manually it works:
The text was updated successfully, but these errors were encountered: