Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7DF09200CB0 for ; Fri, 23 Jun 2017 21:47:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7C9CD160BF2; Fri, 23 Jun 2017 19:47:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C48AA160BE2 for ; Fri, 23 Jun 2017 21:47:44 +0200 (CEST) Received: (qmail 20298 invoked by uid 500); 23 Jun 2017 19:47:43 -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 20277 invoked by uid 99); 23 Jun 2017 19:47:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2017 19:47:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3A5701912ED for ; Fri, 23 Jun 2017 19:47:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.479 X-Spam-Level: ** X-Spam-Status: No, score=2.479 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 0i2yIiPTkkkW for ; Fri, 23 Jun 2017 19:47:41 +0000 (UTC) Received: from mail-qk0-f174.google.com (mail-qk0-f174.google.com [209.85.220.174]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id ECB315F5B7 for ; Fri, 23 Jun 2017 19:47:40 +0000 (UTC) Received: by mail-qk0-f174.google.com with SMTP id d78so10073322qkb.1 for ; Fri, 23 Jun 2017 12:47:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=/u3t0RGqyokGuvxvXD2FyIEZKrm5cl4PIW620mDGdSE=; b=Evr9oLnkCqZtMlWCcZy7gCbl/2LE5mJ461iUrmgzyYteF2Lx6PRM75WWSEDrrQ6r7K oeudKcatlik/sZc4OkRmhBK8twJCk/yvzV60jB5l4ajq6+qoh8huwG1xDoDjoNdCmSN+ PTCWeftH9TJ+iRZQe0SC1OIlZmyXpk7Ql5W0QVil8bS+VwCZ5tSjL/ESs8uACRaPh2k+ aLbPOJ9akKCImkUWZ2s2+oOohinpHhpPLkj8/3QzSJNETPfAOuvl6//kAKJxNQnS9yTx ap2C+TUUpw41KjP+we0PEgVqHRZtk9r2bCMMsDgWhZd6sb7Eh54IDqR29qsqlPGkA194 0ttg== X-Gm-Message-State: AKS2vOzpJA371XqW0hAoOnGGpJjdwi0zOylY6VvFzyqV1Gs2JGpVuWXz artpqtVaGHkXyZCxAxbcMUG9VcCTY7bo X-Received: by 10.55.113.197 with SMTP id m188mr10554830qkc.227.1498247260433; Fri, 23 Jun 2017 12:47:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.173.220 with HTTP; Fri, 23 Jun 2017 12:47:40 -0700 (PDT) From: Mary Cochran Date: Fri, 23 Jun 2017 15:47:40 -0400 Message-ID: Subject: https ssl config with authorization bearer To: users@camel.apache.org Content-Type: multipart/alternative; boundary="94eb2c0b93e4be836e0552a5dfa8" archived-at: Fri, 23 Jun 2017 19:47:45 -0000 --94eb2c0b93e4be836e0552a5dfa8 Content-Type: text/plain; charset="UTF-8" Does anyone have a suggestion for how I can use camel to call at https endpoint and configure the call with a jks file and also use authorization bearer? It works with basic auth for http4s which i use to get the token, but the use of the token with setHeader("Authorization", "Bearer ") always gives a 401. It works in SoapUI. Thanks! Mary Cochran Red Hat Consulting mcochran@redhat.com (419) 543-0531 --94eb2c0b93e4be836e0552a5dfa8--