http.async.client icon indicating copy to clipboard operation
http.async.client copied to clipboard

Add protocol option to ssl-context

Open leek5pin opened this issue 5 years ago • 3 comments

When setting up the ssl-context I need to use TLSv1.2 or my request will fail. That is an optional parameter in the setup through the java api, but is not in your http async client. As result, on creation of the ssl-context it defaults to TLS. The proposed change would add an optional :protocol key to the ssl-context function which would default to TLS when not present, but could be specified.

leek5pin avatar Feb 13 '20 21:02 leek5pin

@sean-stockholm Any chance you can add a test?

cch1 avatar Feb 19 '20 22:02 cch1

I've been swamped with moving. I'll find some time to make a test before EOD Monday.

leek5pin avatar Feb 20 '20 20:02 leek5pin

I've been swamped with moving. I'll find some time to make a test before EOD Monday.

Which Monday? :)

I'm in a good place to merge this PR if you can get a test in place.

cch1 avatar Oct 31 '22 05:10 cch1