Add protocol option to ssl-context
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.
@sean-stockholm Any chance you can add a test?
I've been swamped with moving. I'll find some time to make a test before EOD Monday.
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.