chisel icon indicating copy to clipboard operation
chisel copied to clipboard

Support arguments to set tls-min and tls-max versions

Open mikegarts opened this issue 4 years ago • 2 comments

Hi, In some cases you have to use a very specific version of the TLS protocol due to factors that are beyond your control

Would be nice to have the support to the set the tls-max/tls-min version in a way similar to how it can be set to curl (for example).

Thanks!

mikegarts avatar Jan 28 '21 15:01 mikegarts

Would accept a PR using settings.Env (see share/settings/) to configure tls versions

On Fri, 29 Jan 2021 at 2:30 am Michael Gartsbein [email protected] wrote:

Hi, I some cases you have to use a very specific version of the TLS protocol due to factors that are beyond your control

Would be nice to have the support to the set the tls-max/tls-min version in a way similar to how it can be set to curl (for example).

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jpillora/chisel/issues/239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X4337POQE6QPAFTG773S4F7JVANCNFSM4WXICMOA .

jpillora avatar Jan 28 '21 15:01 jpillora

Thanks for the reply - would that be what you meant? https://github.com/jpillora/chisel/pull/241

mikegarts avatar Jan 31 '21 12:01 mikegarts