Skip to content

Commit edfe20c

Browse files
authored
Merge pull request #4 from wavelog/dev
Added lazy check of tls-cert to allow selfsigned instances
2 parents 8c1aa66 + ca1d6fc commit edfe20c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ function send2wavelog(o_cfg,adif, dryrun = false) {
159159
var options = {
160160
method: 'POST',
161161
timeout: 5000,
162+
rejectUnauthorized: false,
162163
headers: {
163164
'Content-Type': 'application/json',
164165
'User-Agent': 'SW2WL_v' + app.getVersion(),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Gateway for connecting WSJT-* and FLRig to Wavelog",
55
"keywords": [],
66
"main": "./main.js",
7-
"version": "1.0.15",
7+
"version": "1.0.16",
88
"author": "DJ7NT",
99
"scripts": {
1010
"start": "electron-forge start",

0 commit comments

Comments
 (0)