agent: Check "service:socat-proxy" socket connection failed: dial tcp 127.0.0.1:20108: connect: connection refused
It works in -dev
mode but in normal server mode I get the above error? No clue where to start. Everything else seem to be working except proxy?
{
"connect": {
"enabled": true
},
"service": {
"name": "socat",
"tags": [],
"port": 8181,
"connect": {
"proxy": {
"config": {
"bind_address": "127.0.0.1"
}
}
}
}
}