Describe the problem/error/question
I had to build the Dockerfile and after jumping many hurdles, the image was finally built with proxy support. Or so I thought. When running the image, I encountered the errors below. It seems to me that the product is not properly designed for corporate use, which most companies use proxy servers. Why are companies’ need to use proxy servers ignored, when they are likely to be the main paying customers? Anyway, I went through so many articles here and elsewhere but nothing helps.
What is the error message (if any)?
2024-02-21T09:41:42.598Z [Rudder] error: Response error code: UNABLE_TO_GET_ISSUER_CERT_LOCALLY
2024-02-21T09:41:42.643Z [Rudder] error: Error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY
AxiosError: unable to get local issuer certificate
Error: unable to get local issuer certificate
AxiosError: unable to get local issuer certificate
I managed to get proxy support for Docker, NPM, etc to work, but after trying 3 days just to get the basic interface up, I’m stuck at proxy support for Axios.
Please share your workflow
I merely just want to at least see the web UI.
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- **n8n version: 1.27.3
- **Database (default: SQLite): SQLite
- **n8n EXECUTIONS_PROCESS setting (default: own, main): default
- **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- **Operating system: Centos