Open GoogleCodeExporter opened 9 years ago
[deleted comment]
getting the same exception with typica 1.7.2, works fine with 1.4.1 when run
the following code on windows xp
QueueService queueService = SQSUtils.getQueueService(
Constants.getAccessKey(),
Constants.getSecretAccessKey(),
null);
MessageQueue messageQueue = queueService.getOrCreateMessageQueue(queue);
Original comment by vedpatel...@gmail.com
on 17 Sep 2010 at 4:58
hey....I get this. this is not typica issue it's an issue with httpClient 4.0.2
only
see this https://issues.apache.org/jira/browse/HTTPCLIENT-996
Original comment by vedpatel...@gmail.com
on 17 Sep 2010 at 2:10
I'm using Typica 1.7.1:
HttpClient 4.1.1 - works fine
HttpClient 4.1.2 - throws
Exception in thread "main" com.xerox.amazonws.sqs2.SQSException: hostname in
certificate didn't match: <queue.amazonaws.com/72.21.214.140> !=
<queue.amazonaws.com> OR <queue.amazonaws.com> OR <sqs.us-east-1.amazonaws.com>
Original comment by vasily.v...@gmail.com
on 30 Aug 2011 at 10:24
I had the same experience as vasily: Downgrading from 4.1.2 to 4.1.1 solved the
problem.
Original comment by noah.mer...@gmail.com
on 20 Oct 2011 at 9:47
Looks like this has recently been reported as a problem in 4.1.2:
https://issues.apache.org/jira/browse/HTTPCLIENT-1138
Original comment by noah.mer...@gmail.com
on 20 Oct 2011 at 9:58
Original issue reported on code.google.com by
mildw...@gmail.com
on 13 Sep 2010 at 6:12