Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

https authentication from WebService.

0 Kudos

Hello all.

Im trying to perform an HTTPS authentication from a Webservice.

However, after executing the Webservice and looking into the execution log,

the follwing error appears:

Error##Plain###javax.net.ssl.SSLHandshakeException: unknown certificate#

Error##Plain### at com.ibm.jsse.bv.a(Unknown Source)#

Error##Plain### at com.ibm.jsse.b.a(Unknown Source)#

Error##Plain### at com.ibm.jsse.b.write(Unknown Source)#

What i understand is that the x.509 certificate needs to be imported into the default trusted ca keystore of the server instance where I intend to execute it.

Can someone explain the steps to install this certificate ??

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Kerubon,

Please use the following link which says Configuring the Use of Client Certificates for Authentication

http://help.sap.com/saphelp_nw04/helpdata/en/b0/881e3e3986f701e10000000a114084/frameset.htm

Hope it helps.

Cheers,

Satish.

4 REPLIES 4

Former Member
0 Kudos

Hello Kerubon,

Please use the following link which says Configuring the Use of Client Certificates for Authentication

http://help.sap.com/saphelp_nw04/helpdata/en/b0/881e3e3986f701e10000000a114084/frameset.htm

Hope it helps.

Cheers,

Satish.

0 Kudos

hi...

im wondering what impact might have to use the keytool to import the given x.509 cert against the file

/usr/local/java/current/jre/lib/security/cacerts

any ideas?

0 Kudos

I never tried this, but I think it doesn't help. That file is just the default location. It is perfectly possible to configure another place, which SAP most likely has done.

0 Kudos

Hello.

Might you elaborate a bit on what you have successfully tried?

Thanks.