Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09B9710A4F for ; Wed, 15 Jan 2014 18:16:57 +0000 (UTC) Received: (qmail 90761 invoked by uid 500); 15 Jan 2014 18:16:55 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 90685 invoked by uid 500); 15 Jan 2014 18:16:54 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 90677 invoked by uid 99); 15 Jan 2014 18:16:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 18:16:54 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of mebevilacqua@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 18:16:50 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1W3V0w-0005hg-0m for users@camel.apache.org; Wed, 15 Jan 2014 10:16:30 -0800 Date: Wed, 15 Jan 2014 10:16:30 -0800 (PST) From: MichaelAtSAG To: users@camel.apache.org Message-ID: <1389809790016-5746001.post@n5.nabble.com> Subject: Camel twitter component - twitter now requires https MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Our application uses the 2.12.1 Camel twitter component. As of yesterday, this component is reporting this exception: "403 Forbidden: The server understood the request, but is refusing to fulfill it." After doing some research, I found that the twitter api has changed to require https connection as of January 15, 2014, as found here: https://dev.twitter.com/discussions/24239 1. How do I request that this component be updated to http? 2. I checked maven for a newer version and found 2.12.2, yet this version has 0 byte count. Is this normal? http://mvnrepository.com/artifact/org.apache.camel/camel-twitter/2.12.2 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-twitter-component-twitter-now-requires-https-tp5746001.html Sent from the Camel - Users mailing list archive at Nabble.com.