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 <max.un...@sungard.com> 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. >