clj-http-client/test/puppetlabs/http/client
Chris Price b70ac50b17 (TK-97) Fix bug in tests on Oracle JDKs
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.
2014-10-21 15:08:15 -07:00
..
async_plaintext_test.clj Merge pull request #14 from fpringvaldsen/PE-5623-follow-redirects 2014-08-27 10:38:07 -07:00
async_ssl_config_test.clj (TK-97) Expose configuration settings for protocols/cipher suites 2014-10-17 23:35:05 -07:00
decompress_test.clj (TK-23) Port to apache HttpAsyncClient 2014-07-03 08:58:46 -07:00
sync_plaintext_test.clj (PE-6019) Encode string request body per Content-Type header 2014-09-18 17:02:00 -07:00
sync_ssl_test.clj (TK-97) Fix bug in tests on Oracle JDKs 2014-10-21 15:08:15 -07:00
test_common.clj (TK-97) Update dependencies to latest versions 2014-10-17 19:50:08 -07:00