feat(Gotify Node): Add support for self signed certificates (#6053)
This commit is contained in:
@@ -31,6 +31,7 @@ export async function gotifyApiRequest(
|
||||
qs,
|
||||
uri: uri || `${credentials.url}${path}`,
|
||||
json: true,
|
||||
rejectUnauthorized: credentials.ignoreSSLIssues as boolean,
|
||||
};
|
||||
try {
|
||||
if (Object.keys(body as IDataObject).length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user