Open jeffpeiyt opened 8 years ago
Seems the issue of SSL handshake ( required in client auth ) in AHC 1.9+ has been fixed: https://github.com/AsyncHttpClient/async-http-client/issues/891
https://github.com/AsyncHttpClient/async-http-client/issues/828
Now start to evaluate the AHC 2.0.x . Note that it requires JDK8. the code is in branch issue37
Tracking
2016-09-30
issue37
Code has been pushed to maven https://oss.sonatype.org/content/repositories/snapshots/io/parallec/parallec-core/0.20.0-SNAPSHOT/
Build passed: https://travis-ci.org/eBay/parallec/jobs/163939785
plugin pushed as https://oss.sonatype.org/content/repositories/snapshots/io/parallec/parallec-plugin-http-clientauth/0.20.0-SNAPSHOT/
Seems the issue of SSL handshake ( required in client auth ) in AHC 1.9+ has been fixed: https://github.com/AsyncHttpClient/async-http-client/issues/891
https://github.com/AsyncHttpClient/async-http-client/issues/828
Now start to evaluate the AHC 2.0.x . Note that it requires JDK8. the code is in branch issue37
Tracking