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.

Reply via email to