Skip to content

Commit

Permalink
add: ssl for gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
cgi-bin committed Oct 21, 2023
1 parent e02bc72 commit 2152d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const mixFetchOptions: SetupMixFetchOps = {
requestTimeoutMs: 60_000
},
extra: {},
forceTls: false
forceTls: true
};

let alreadyRun = false;
Expand Down

0 comments on commit 2152d7c

Please sign in to comment.