Hello all,
I am currently trying to manage my Node Red projects via GitLab.
For this I have set up a local GitLab server which works as expected.
Then I set up the project management in Node-Red as described in the official documentation.
Creating the project also worked as expected, but when I try to push my changes to the remote repository I get the following error:
fatal: unable to access 'http://192.168.1.150/user/project’: SSL certificate problem: self signed certificate
code: unexpected_error
When I create the remote repository with https://, the same error appears.
Does anyone have experience with this problem?