docs: Update Skip SSL to mention it is insecure (no-changelog) (#11935)

This commit is contained in:
Thomas B
2024-12-02 14:56:14 +01:00
committed by GitHub
parent 43dd2a06c9
commit 90f8b09af0
27 changed files with 27 additions and 27 deletions

View File

@@ -93,7 +93,7 @@ export class ERPNextApi implements ICredentialType {
},
},
{
displayName: 'Ignore SSL Issues',
displayName: 'Ignore SSL Issues (Insecure)',
name: 'allowUnauthorizedCerts',
type: 'boolean',
description: 'Whether to connect even if SSL certificate validation is not possible',