Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 33564 invoked from network); 7 Jun 2010 13:25:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jun 2010 13:25:47 -0000 Received: (qmail 60630 invoked by uid 500); 7 Jun 2010 13:25:47 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 60568 invoked by uid 500); 7 Jun 2010 13:25:47 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 60560 invoked by uid 99); 7 Jun 2010 13:25:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 13:25:46 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 209.85.211.197 as permitted sender) Received: from [209.85.211.197] (HELO mail-yw0-f197.google.com) (209.85.211.197) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 13:25:42 +0000 Received: by ywh35 with SMTP id 35so3037449ywh.29 for ; Mon, 07 Jun 2010 06:25:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=jCsZmNZFXyqr0TVIQGPAZI+/QiysBZik9JcZVbHjqDk=; b=fgw2lFwyZt7cMjsrkmTKVmIhnoQqr9jvlq2PN11bugFNNJglruRqHkWQEvJEmnC62I JRRCBxuEzOtL1+hH3aLMaclGs+QQ1e8aVLYxMJsNQHAN8V/r/TS99dSZLV5w5u8lgNiZ Mg5i2wRwJ36CfK+YoSIv2ITQ6ydYLrWI+SsOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=NEn9RwXkatcKTP6oNc9Ki5cC2OyRg1gG4RKepq9pmzrIM1RTCI0O3zKPLwj6tvQhx6 IRJ25qR2BDPZze5ar9yPtvAhheSCWPJ3RHhPMaBU33Ah9d/TvFGNF88QZlYOlruUKSh0 LT0ZbdpgklGKT/ci5ec6w1ac8PIvIH9GtWVuM= MIME-Version: 1.0 Received: by 10.42.3.149 with SMTP id 21mr7117215ico.30.1275917121771; Mon, 07 Jun 2010 06:25:21 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.42.4.76 with HTTP; Mon, 7 Jun 2010 06:25:21 -0700 (PDT) In-Reply-To: <28804796.post@talk.nabble.com> References: <28755706.post@talk.nabble.com> <28765179.post@talk.nabble.com> <28768045.post@talk.nabble.com> <28769072.post@talk.nabble.com> <28777614.post@talk.nabble.com> <28802425.post@talk.nabble.com> <28804796.post@talk.nabble.com> Date: Mon, 7 Jun 2010 15:25:21 +0200 X-Google-Sender-Auth: ZMLhkpf0B1dqtGWHQYw9FZc7YRQ Message-ID: Subject: Re: How to enable HTTPS when SSL is working ? From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=0016e6d36929ce5aa30488709af8 --0016e6d36929ce5aa30488709af8 Content-Type: text/plain; charset=ISO-8859-1 Hi, https transport should work fine, but you're right it doesn't support configuration. Take a look at http://fisheye6.atlassian.com/browse/activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https for some https transport tests as a starter. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Jun 7, 2010 at 2:54 PM, munger wrote: > > Again replying to myself, > > Now it works with HTTP, i just removed all activemq configuration > concerning > jetty (for admin consoles). > By it still not work with HTTPS, getting the same error. > > I think i know what the problem is, if somebody has a solution: > > I can either use SSL or HTTP connectors of Activemq, but not HTTPS. It > seems > like HTTPS don't know that it has to use the sslContext defined in my > activemq.xml. > > Any idea ? someone ? > > Thanks a lot > > > > > > -- > View this message in context: > http://old.nabble.com/How-to-enable-HTTPS-when-SSL-is-working---tp28755706p28804796.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > --0016e6d36929ce5aa30488709af8--