chisel icon indicating copy to clipboard operation
chisel copied to clipboard

set tls version via chisel env vars

Open mikegarts opened this issue 4 years ago • 3 comments

mikegarts avatar Jan 31 '21 12:01 mikegarts

Thanks for the PR :) Confirming, the user can set either of the two env vars to "1.0" / "1.1" / "1.2" / "1.3" ?

jpillora avatar Feb 18 '21 12:02 jpillora

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

mikegarts avatar Feb 28 '21 15:02 mikegarts

Hi @jpillora, is there any changes you'd like me to do for the feature? Thanks, Michael.

mikegarts avatar Jul 11 '21 07:07 mikegarts