mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Improve the error returned to users on SSL issues (#6494)
This commit is contained in:
committed by
GitHub
parent
7a95e08bfd
commit
1b084bc56b
@@ -444,3 +444,9 @@ export class NodeApiError extends NodeError {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export class NodeSSLError extends ExecutionBaseError {
|
||||
constructor(cause: Error) {
|
||||
super("SSL Issue: consider using the 'Ignore SSL issues' option", { cause });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user