Skip to content

Commit

Permalink
Merge pull request #4 from wavelog/dev
Browse files Browse the repository at this point in the history
Added lazy check of tls-cert to allow selfsigned instances
  • Loading branch information
int2001 authored Jul 3, 2024
2 parents 8c1aa66 + ca1d6fc commit edfe20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ function send2wavelog(o_cfg,adif, dryrun = false) {
var options = {
method: 'POST',
timeout: 5000,
rejectUnauthorized: false,
headers: {
'Content-Type': 'application/json',
'User-Agent': 'SW2WL_v' + app.getVersion(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Gateway for connecting WSJT-* and FLRig to Wavelog",
"keywords": [],
"main": "./main.js",
"version": "1.0.15",
"version": "1.0.16",
"author": "DJ7NT",
"scripts": {
"start": "electron-forge start",
Expand Down

0 comments on commit edfe20c

Please sign in to comment.