jruby-httpclient icon indicating copy to clipboard operation
jruby-httpclient copied to clipboard

A Ruby wrapper for Apache HTTPClient

Results 5 jruby-httpclient issues
Sort by recently updated
recently updated
newest added

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.5 to 1.13.0. Release notes Sourced from git's releases. Release v1.13.0 Full Changelog 8349224 Update list of maintainers (#598) 4fe8738 In ls-files do not unescape file paths...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [rdoc](https://github.com/ruby/rdoc) from 3.6.1 to 3.12.1. Changelog *Sourced from [rdoc's changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc).* > === 3.12.1 / 2013-02-05 > > * Bug fixes > * Fixed an XSS exploit in darkfish.js. This...

dependencies

How can I request via a sock proxy?

I use jruby-httpclient in an environment where I might run into self-signed SSL certs which usually leads to this: ``` SSLSessionImpl.java:352:in `getPeerCertificates': javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated from AbstractVerifier.java:128:in `verify' from...