Skip to content

Commit 802bc70

Browse files
Update server.js
Co-authored-by: Copilot <[email protected]>
1 parent 936f25b commit 802bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function processQueue() {
5454
process.env.AUTH_HEADER = req.body.authHeader;
5555
process.env.CONFIG = JSON.stringify(req.body);
5656
process.env.HAR_VIA_DIAGNOSTIC = true;
57-
process.env.SKIP_TLS_VERIFICATION = false;
57+
process.env.SKIP_TLS_VERIFICATION = '';
5858

5959
const responseStream = new Writable({
6060
write(chunk, encoding, callback) {

0 commit comments

Comments
 (0)