feat: Allow to change SSL verify in HTTP Node (#22052)
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
@@ -22,6 +22,7 @@ const nodeDefault: NodeDefault<HttpNodeType> = {
|
||||
type: BodyType.none,
|
||||
data: [],
|
||||
},
|
||||
ssl_verify: true,
|
||||
timeout: {
|
||||
max_connect_timeout: 0,
|
||||
max_read_timeout: 0,
|
||||
|
Reference in New Issue
Block a user