We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e952eb commit 0f8680fCopy full SHA for 0f8680f
main.js
@@ -32,6 +32,7 @@ class Wmswebcontrol extends utils.Adapter {
32
withCredentials: true,
33
httpsAgent: new HttpsCookieAgent({
34
cookies: { jar: this.cookieJar },
35
+ rejectUnauthorized: false,
36
}),
37
});
38
this.json2iob = new Json2iob(this);
0 commit comments