Hello. My internal HTTPS requests are now failing after the N8N update. Please help.
http://localhost:5678/rest/executions-current
{
"status": "rejected",
"reason": {
"name": "StatusCodeError",
"statusCode": 401,
"message": "401 - "Unauthorized"",
"error": "Unauthorized",
"options": {
"timeout": 3600000,
"headers": {...}, // 1 keys
"method": "GET",
"uri": "http://localhost:5678/rest/executions-current",
"gzip": true,
"rejectUnauthorized": true,
"json": true,
"auth": {...}, // 2 keys
"simple": true,
"resolveWithFullResponse": false,
"transform2xxOnly": false
},
"response": {
"statusCode": 401,
"body": "Unauthorized",
"headers": {
"x-powered-by": "Express",
"date": "Fri, 18 Mar 2022 18:41:04 GMT",
"connection": "close",
"transfer-encoding": "chunked"
},
"request": {
"uri": {...}, // 12 keys
"method": "GET",
"headers": {...} // 3 keys
}
}
}
}