Charles' Blog

General ramblings of a tech geek.

Avoiding 'Peer Not Authenticated' Error in Apache Httpclient

| Comments

Ran into some issues with httpclient not accepting SSL certs for an Amazon S3 url. Wanted to temporarily turn off httpclient’s certificate verification. This how-to was really helpful.

http://javaskeleton.blogspot.com/2010/07/avoiding-peer-not-authenticated-with.html

Comments