Results 1 to 2 of 2

Thread: accessing SSL channel

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    16

    Default accessing SSL channel

    Hi All,

    I want to connect to secured queues using keystores.

    I am connecting to IBM MQ, There are properties to set the sslCertStores which expect collection of certificate. To get certificate, one needs to load the keystore.

    Is there any wrapper class for keystore which does this for me. I can see one class but that is specific to web services.

    I am planning to write my code class to read keystore , get certificate and return collection of sslCertStore, which i can set into spring config file for MQConnectionFactory.

    I was wondering if spring provides something out of box to get certificate from keystore(Wrapper for keystore).

    Has any one already accessed secured channel/queues.? if so how?

    Regards/Vikas

  2. #2
    Join Date
    Jan 2008
    Posts
    16

    Default

    sorry for wrong information , here is correction
    Quote Originally Posted by vikas_sm View Post


    I am connecting to IBM MQ, There are properties to set the sslCertStores which expect collection of CertStore. To get certificate, one needs to load the keystore.
    any help will be appreciated

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •