I do not believe you can, maybe in a backend module where you might be able to send a property to ignore self signed errors.
let options = {
method: GET,
json: true,
uri : “https://”,
body: payload,
insecure: true
};
Try this so you just add the insecure: true to the options.