-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(HTTP Request Node): Option to provide SSL Certificates in Http Request Node #9125
feat(HTTP Request Node): Option to provide SSL Certificates in Http Request Node #9125
Conversation
…http-node-add-client-certificate-support
…http-node-add-client-certificate-support
…http-node-add-client-certificate-support
…http-node-add-client-certificate-support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
besides one comment, LGTM
|
1 flaky test on run #4768 ↗︎
Details:
cypress/e2e/24-ndv-paired-item.cy.ts • 1 flaky test
Review all test suite changes for PR #9125 ↗︎ |
✅ All Cypress E2E specs passed |
…http-node-add-client-certificate-support
…http-node-add-client-certificate-support
…ttps://github.com/n8n-io/n8n into node-1153-http-node-add-client-certificate-support
✅ All Cypress E2E specs passed |
…equest Node (#9125) Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <[email protected]>
Got released with |
Hi how to use it? I try on 1.40.0 & 1.41.0 I don't see this option (and SSL Certificate credentials either) (on a fresh new n8n setup) |
Hello @vbarrier, you need to enable SSL Certificates in node's settings(cog icon), after that selector would be available in node's parameters |
Any insight @michael-radency? |
I don't know if there is some cache on credentials list but it finally appears. |
Answered here |
Summary
new option in HTTP Request node that allows to provide certificates as a separate credentials
Related tickets and issues
https://linear.app/n8n/issue/NODE-1153/http-node-add-client-certificate-support#comment-2c67e5ea
https://community.n8n.io/t/ssl-certificate-for-http-request/6086/1
https://community.n8n.io/t/http-with-client-certificate-auth-request/20753