Skip to content

Commit

Permalink
Allow connection to TLS 1.0 external sites (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot authored and nono committed Oct 25, 2019
1 parent feba88d commit 94bb3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/konnector-nsjail-node12-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
exit 1
fi

NODE_OPTS="--max-http-header-size=16384"
NODE_OPTS="--max-http-header-size=16384 --tls-min-v1.0"

if [ -z "${COZY_JOB_ID}" ]; then
COZY_JOB_ID="unknown"
Expand Down

0 comments on commit 94bb3f2

Please sign in to comment.