I’ve been working on setting up workflows in n8n that require secure communication with external APIs. Specifically, I need to authenticate HTTP requests using an SSL/TLS certificate (<certificate_name>.pfx ). However, I’ve encountered an issue when trying to implement this within the HTTP Request node.
In Credentials option, I can select SSL Certificate. But facing issues with placing an certificate.pfx.
Where should I include the certificate. Should I place a path of certificate in the fields i.e.
Certificate:
CA:
Passphrase:
PrivateKey:
I am running n8n on docker on PORT 5678. Let me know how to configure it
Information on your n8n setup
- n8n version:
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: MAC