chisel
chisel copied to clipboard
set tls version via chisel env vars
Thanks for the PR :) Confirming, the user can set either of the two env vars to "1.0" / "1.1" / "1.2" / "1.3" ?
Thanks for the PR :) Confirming, the user can set either of the two env vars to "1.0" / "1.1" / "1.2" / "1.3" ?
Yes, for example: CHISEL_TLS_MAX_VER=1.2 CHISEL_TLS_MIN_VER=1.3 ./chisel client -v .... 2021/02/28 17:00:52 client: Setting tlsConfig.MinVersion to 0x304 2021/02/28 17:00:52 client: Setting tlsConfig.MaxVersion to 0x303
Hi @jpillora, is there any changes you'd like me to do for the feature? Thanks, Michael.