You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by "massive.boisson" <ma...@gmail.com> on 2006/09/13 15:31:44 UTC

Establish ssl connection using keystore not located in file

Hi, 

I am trying to establish a SSL conection through ActiveMq by using keystore
and truststore located in memory (ie they are not in file but in java
KeyStore object).

I am able to do this in regular Java, but not when using
ActiveMQConnectionFactory. 

Does anyone know how I can perform such a task?

--MB
-- 
View this message in context: http://www.nabble.com/Establish-ssl-connection-using-keystore-not-located-in-file-tf2265252.html#a6285685
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Establish ssl connection using keystore not located in file

Posted by Kelly Campbell <ke...@gmail.com>.
I'm trying to do something similar now with Sepand's SSL
client-certificate changes recently added. (My keystore is still in a
file, but I want to be able to configure which one to use dynamically
at runtime, e.g. for different certs for different clients). I will
work on a patch and discuss it on the devel mailing list.

-Kelly

On 9/13/06, massive.boisson <ma...@gmail.com> wrote:
>
> Hi,
>
> I am trying to establish a SSL conection through ActiveMq by using keystore
> and truststore located in memory (ie they are not in file but in java
> KeyStore object).
>
> I am able to do this in regular Java, but not when using
> ActiveMQConnectionFactory.
>
> Does anyone know how I can perform such a task?
>
> --MB
> --
> View this message in context: http://www.nabble.com/Establish-ssl-connection-using-keystore-not-located-in-file-tf2265252.html#a6285685
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>