sticky-guitar-94474
03/24/2022, 11:52 AM{
"message": "read ECONNRESET",
"name": "Error",
"stack": "Error: read ECONNRESET\n at TCP.onStreamRead (node:internal/stream_base_commons:211:20)",
"config": {
"url": "<http://kratos-public.orydemo.svc.cluster.local:4433/self-service/login/flows?id=45788f28-d2c9-425d-94e0-141e2e699ad6>",
"method": "get",
"headers": {
"Accept": "application/json, text/plain, */*",
"User-Agent": "axios/0.21.4"
},
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 0,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
}
},
"code": "ECONNRESET"
}
Accessed the Uinode’s shell and tried wget to the kratos-public service with flow id
Which throws the following error error getting response: Connection reset by peer
Some times facing 403 Forbidden
While the same call to public API is succeeding i.e <https://kratos-api-public-dev.abcgoogle.com/self-service/login/flows?id=49d265f4-795f-48e0-bb1e-5296e4da57a1>
Has anyone faced the same issue?damp-sunset-69236
03/24/2022, 12:58 PMsticky-guitar-94474
03/24/2022, 12:59 PMdamp-sunset-69236
03/24/2022, 1:00 PM<https://kratos-api-public-dev.abc>….
URL works fine because everything is configured property to access from the internet while you can have issues with internal network configurationECONNRESET
errors usually comes after network misconfiguration of your ingress load balancers and internal configuration inside your clustersticky-guitar-94474
03/24/2022, 1:03 PMdamp-sunset-69236
03/24/2022, 1:05 PMsticky-guitar-94474
03/24/2022, 1:05 PMdamp-sunset-69236
03/24/2022, 1:07 PMsticky-guitar-94474
03/24/2022, 1:08 PM