Open GoogleCodeExporter opened 9 years ago
In AWSQueryConnection, changing Scheme initialization to the code below fixes
the issue.
{{{
registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
registry.register(new Scheme("https", 443, SSLSocketFactory.getSocketFactory()));
registry.register(new Scheme("https", 8773, SSLSocketFactory.getSocketFactory()));
}}}
Original comment by gaill...@asperasoft.com
on 17 Feb 2012 at 6:05
Original issue reported on code.google.com by
sars...@gmail.com
on 22 Aug 2011 at 8:59