提供function节点到http节点的ssl证书
Provide ssl certificate from function node to http node
您好,我想提供从功能节点到 http 节点的 ssl 证书路径,该怎么做?就像我们可以在函数中像 msg.url="http://google.com" 一样设置 url 并将 "msg" 发送到 http 节点
你不能那样做。
HTTP-Request 节点使用配置节点来保存它的 SSL/TLS 证书详细信息,这些不能作为消息传递 属性。
您好,我想提供从功能节点到 http 节点的 ssl 证书路径,该怎么做?就像我们可以在函数中像 msg.url="http://google.com" 一样设置 url 并将 "msg" 发送到 http 节点
你不能那样做。
HTTP-Request 节点使用配置节点来保存它的 SSL/TLS 证书详细信息,这些不能作为消息传递 属性。