puppetlabs / clj-http-client

HTTP client library wrapping Apache HttpAsyncClient
Apache License 2.0
15 stars 30 forks source link

(TK-97) Fix bug in tests on Oracle JDKs #22

Closed cprice404 closed 10 years ago

cprice404 commented 10 years ago

The test code related to the configurable SSL protocols was written using some ciphers that are available in OpenJDK, but are not available by default in Oracle JDK. This caused the tests to fail on Oracle JDKs.

This commit changes the test to use some older ciphers that are available in the Oracle JDK out of the box.

MSLilah commented 10 years ago

:+1:

camlow325 commented 10 years ago

:+1: