Hello,
I have a java application running on SAP J2EE server. The application needs to communicate with remote web service through HTTPS. During establishiong connection the remote server sends me server certificate but the application throws exception "bad certificate" (no more details). What shall I do to be able communicate through SSL? I guess I will have to load root CA certificate into key store. Can you give me advice how and where (java keystore / Key Storage of J2EE AS)?
Thanks in advance
Bertuccio