Skip to content

Commit 0f8680f

Browse files
committed
ignore certificates
1 parent 5e952eb commit 0f8680f

File tree

3 files changed

+767
-365
lines changed

3 files changed

+767
-365
lines changed

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Wmswebcontrol extends utils.Adapter {
3232
withCredentials: true,
3333
httpsAgent: new HttpsCookieAgent({
3434
cookies: { jar: this.cookieJar },
35+
rejectUnauthorized: false,
3536
}),
3637
});
3738
this.json2iob = new Json2iob(this);

0 commit comments

Comments
 (0)