vote up 1 vote down star

I am trying to connect to a webservice over ssl with a client certificate. Is there an elegant way of doing this apart from shoving things like "javax.net.ssl.keyStore" into System.properties.

Any pointers to code examples would be appreciated.

flag

3 Answers

vote up 0 vote down check

You could just install the cert into the system keystore. (Location varies across platforms, and you will need admin rights).

link|flag
vote up 0 vote down

Not sure if this is fully relevant, but still. This entry describes the way of generating the certificate and installing it on a local system without using the keytool. Probably you could reuse some parts of the (very simple) source code.

link|flag
vote up 0 vote down

hi there,

you might get some samples from the website for this book : http://www.manning.com/kanneganti/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.