mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
docs: Update Skip SSL to mention it is insecure (no-changelog) (#11935)
This commit is contained in:
@@ -110,7 +110,7 @@ const versionDescription: INodeTypeDescription = {
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Ignore SSL Issues',
|
||||
displayName: 'Ignore SSL Issues (Insecure)',
|
||||
name: 'allowUnauthorizedCerts',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
|
||||
@@ -167,7 +167,7 @@ const properties: INodeProperties[] = [
|
||||
description: 'Email address of BCC recipient',
|
||||
},
|
||||
{
|
||||
displayName: 'Ignore SSL Issues',
|
||||
displayName: 'Ignore SSL Issues (Insecure)',
|
||||
name: 'allowUnauthorizedCerts',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
|
||||
Reference in New Issue
Block a user