Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 4664 invoked from network); 2 Jun 2010 15:55:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 15:55:27 -0000 Received: (qmail 80167 invoked by uid 500); 2 Jun 2010 15:55:26 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 80128 invoked by uid 500); 2 Jun 2010 15:55:26 -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 80087 invoked by uid 99); 2 Jun 2010 15:55:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 15:55:26 +0000 X-ASF-Spam-Status: No, hits=0.9 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.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-px0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 15:55:22 +0000 Received: by pxi15 with SMTP id 15so7177486pxi.2 for ; Wed, 02 Jun 2010 08:55:01 -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=XDmiDtmJcQitxMOsFWNOaHsAjGGZ6HUv5lxXAYskL1Y=; b=fOrzBhU5W4SosFkxfZvmKfgQUnzPRG6mtozc0DoAOtdxCvZwOZHYyntinlOU9zwRHj mTHKRmoXs711P9uoCn/4CsyVi2tGi/UqqS009Gpoih2CAvjSwzq5nnQ96vLVM12OBTXt LfZtpqogmhuVLL1Tl+mlNT5wPDtg2qRE0RW7s= 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=eBAOrFwbICC49wXCM3mFwr++ZU6qAHZopJJyy6As3qi6x9/y9nH6ODGaaPBRaNTUrO kAP8tmyWpJtlbPtsNOfz7BST3Kc8QGwQbAlTW5MVd2IPNQrZn7whoIbckGYmGGN4JUIv E9/b46MCPSI9hkHvA3HoTBZtzD4UDEvch2S3s= MIME-Version: 1.0 Received: by 10.142.151.29 with SMTP id y29mr5226786wfd.261.1275494100865; Wed, 02 Jun 2010 08:55:00 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.42.4.76 with HTTP; Wed, 2 Jun 2010 08:55:00 -0700 (PDT) In-Reply-To: <28755706.post@talk.nabble.com> References: <28755706.post@talk.nabble.com> Date: Wed, 2 Jun 2010 11:55:00 -0400 X-Google-Sender-Auth: hYLn674ih1hvztg2vdwQz_JfCjE 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=000e0cd1468ecb939e04880e1cb1 --000e0cd1468ecb939e04880e1cb1 Content-Type: text/plain; charset=ISO-8859-1 Seems like you're trying to connect to non-ssl (https) port or the server does not understand the protocol you're using. Can you create a simple test case that demonstrate what you're experiencing? 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 Wed, Jun 2, 2010 at 10:58 AM, munger wrote: > > I am using ActiveMQ 5.3.2 embedded into my Spring based application. My > goal > is to configure ActiveMQ in order to be able to commnicate with it in HTTPS > (requests and responses encapsulated in HTTPS). > The SSL part is done: i have a client test application connection with SSL > to activemq, and the communication is OK with certs on both sides. > When adding the HTTPS connector to activemq configuration, and trying with > my client app to connect using https://localhost:myport, it doesn't work > and > i get the following error: > > handling exception: javax.net.ssl.SSLException: Unrecognized SSL message, > plaintext connection? > > What could make my HTTPS connnection fails, although the SSL comuncation > seems ok ? > > Thanks a lot if you have any clue, that's a very important bug for me right > now. Thanks a lot for any help. > > Max > -- > View this message in context: > http://old.nabble.com/How-to-enable-HTTPS-when-SSL-is-working---tp28755706p28755706.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --000e0cd1468ecb939e04880e1cb1--