Hi everyone. Not sure where to put my question:
Just discovered nodeRED this week, it's like chistmas came earlier :
To access openAPI of FireFly (https://api-docs.firefly-iii.org/) in a Docker container, i use http instead https. It looks as this is impossible as i get a:
TypeError [ERR_INVALID_PROTOCOL]: Protocol "http:" not supported. Expected "https:" at new ClientRequest (node:_http_client:187:11) at request (node:http:101:10) at file:///data/node_modules/node-fetch/src/index.js:94:20 at new Promise (<anonymous>) at fetch (file:///data/node_modules/node-fetch/src/index.js:49:9) at requestSettings.userFetch (/data/node_modules/openapi-red/src/openapi.js:303:18) at http (/data/node_modules/swagger-client/lib/http/index.js:56:45) at async openApiRed._inputCallback (/data/node_modules/openapi-red/src/openapi.js:309:26)
Can anyone confirm, that openApi-red 2.7.5 only supports https?
As is didn't found a good place to place this issue at, where should i post this question?
Please check if any of the above options are activated. If not please share more info.
In my local docker NR instance (running on http) it seems to work (got of course an 401).
PS: Latest version is 2.8.0, with updated swagger-client, but I doubt that is the problem.
PPS: As gregorius stated, our git is nodefox / openapi-RED · GitLab