cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Added support for client certificates #29

Closed diamondap closed 12 years ago

diamondap commented 12 years ago

I added support for SSL client certificates. This is working in our test environment, running against live servers that require client SSL certs.

My company is currently using a modified version of clj-apache-http, to which we added async and x509 support. Unfortunately, that library is based on an alpha version of the Apache http-async library. The underlying Apache API has changed significantly, so keeping clj-apache-http up to date would require a substantial rewrite.

We like your http client because it's simpler, cleaner, and based on a more stable Java library. We just need it to handle client certificates.

Thanks for the work you put into this.

Andrew Diamond

neotyk commented 12 years ago

Thank you for your contribution! With test and all, it's awesome.

Realeasing v0.4.2 with your changes.

diamondap commented 12 years ago

Cool. Thank you!

On Mon, Feb 20, 2012 at 5:04 PM, Hubert Iwaniuk < reply@reply.github.com

wrote:

Thank you for your contribution! With test and all, it's awesome.

Realeasing v0.4.2 with your changes.


Reply to this email directly or view it on GitHub: https://github.com/neotyk/http.async.client/pull/29#issuecomment-4062668