I am running openclaw in a docker container and this is my error in the logs:
[ws] unauthorized conn=03c04667-9344-4726-a96d-02899ac16164 remote=127.0.0.1 client=cli cli v2026.4.10 reason=trusted_proxy_loopback_source
this is my config:
"gateway": {
"mode": "local",
"trustedProxies": [
"192.168.1.25",
"127.0.0.1"
],
"auth": {
"mode": "trusted-proxy",
"trustedProxy": {
"userHeader": "x-forwarded-user",
"requiredHeaders": [
"x-forwarded-proto",
"x-forwarded-host"
],
"allowUsers": [],
},
"password": "redacted"
},
"port": 18789,
"bind": "lan",
"tailscale": {
"mode": "off",
"resetOnExit": false
},
Are there any alternatives to the CLI? I looked trough some other posts and it seems that the CLI auth when using a proxy isn't possible(from what i understand)