I have a self hosted N8N on a local network with another Jenkins and Zammad. Everyting is https with self-signed certificates as it is just local access. Zammad integration has a Ignore SSL errors options, but Jenkins does not have it:
I think it would be beneficial to add this because:
Integration working with self-signed https certificate with jenkins
Hello, I could try it yes.
At the moment I tried to follow this old post to install the root CA and i could access Jenkins from the container terminal, but not from N8N workflows:
I have not yet documented that process, If you wanted to try that instead create a folder with your CA cert in it and map it to /opt/custom-certificates in the container then stop and start the container and it should pick it up.
That is something we have been thinking about, We could add the option but it comes with a security risk as it ignores certificate errors so you don’t know if someone is intercepting and replacing the cert.
Adding it from the docker image is probably the safest option as you can then add the cert you trust or your own internal CA.