SSL Keystore [SOLVED]

Hi,

I’m trying to call a WS, using ws consumer end point alias.

In the alias, I mentioned the proxy and keystore(having my org’s private key)

Now, when I’m testing this connector, I’m getting timeout exception.

If I set the SSL key ( in Security > Certificates tab) with the same keystore, the connector is working fine.

Would like to know -

  1. why the keystore in ws endpoint alias is not working
  2. When will these certificate settings (Security > Certificates) come into picture? Is it not only for incoming requests from clients ?

Attaching the two screen shots(certificates & ws end point alias)

Thank you


certificates.JPG

The port alias of the binder was not in place. So, in the first try its looking for the alias Keystore.
If not present, looking for the keystore in Certificates.

/Naidu