cancel
Showing results for 
Search instead for 
Did you mean: 

Certificate popup - SAP note 742197 already checked

Former Member
0 Kudos

Hello Experts,

I need your help again!

The certificate for the Java applet is renewed according to SAP note 742197.

WEBGUI and IAC are republished, however I am getting a Java popup asking for a certificate.

Do you have any idea about how to solve this problem?

Thanks,

MR.

Accepted Solutions (1)

Accepted Solutions (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Matheus,

Your SSL Server you are connecting to is configured to ask during an SSL handshake the SSL client for client certificates (hence naturally this popup only can occur during HTTPS connects but not during HTTP connects).

Additionally, your SSL client is configured to prompt you in case of such a demand. In your attached popup is visible that the SSL client is in this case your locally installed SUN JRE which is intended to launch the applet.

So you have two alternatives:

- either configure your SSL client not to prompt you (how and if this can be done you should ask your JRE vendor)

- or you configure your SSL server not to ask for client certificates

Using an ABAP system as SSL Server you can specify this with parameter icm/HTTPS/verify_client=0 (+restart ICM)

Using a JAVA system as SSL server you can configure this in the key storage service (see this SAP Help page: http://help.sap.com/saphelp_nw70/helpdata/en/14/29236de1864c6e8d46e77192adaa95/frameset.htm)

I hope this helps.

Best regards,

Cristiano

Answers (0)