cancel
Showing results for 
Search instead for 
Did you mean: 

SSL check

former_member201054
Contributor
0 Kudos

Hi ,

How to ensure SSL is working fine on Portal and in the backend system.

if there are any steps,pls provide for certificate error page analysis.

Thanks a ton

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

You should be able to test SSL as follows.

1. Open browser and type the link as follows:

https://<fullyqualifiedname or hostname>:5<inst num>01

Note: 01 is the default https port in JAVA AS systems. For ABAP AS system, replace 5<inst num>01 with https port enabled in ABAP system. You can find the port number in transaction SMICM>Goto>Services.

2. Click on LOCK icon at the bottom of the browser.

The certificate should show Issued by: <Your Certificate Authority Name>.

Please mark this message answered, if your answered.

Thanks,

Siva Kumar

former_member201054
Contributor
0 Kudos

Hi,

Like SSO check , Is it possible to do the SSL test between a Java system and ABAP backend.

How to ensure the certificate is fine in both Java and ABAP

Thanks a ton

Former Member
0 Kudos

Hi Daniel,

We can't do SSL check between JAVA and ABAP stacks.

We need two systems (ABAP/JAVA or JAVA/JAVA or ABAP/ABAP) to configure SSO but this is not the case in SSL configuration where you need independent/ single system.

Please let me know if you have any further queries.

Thanks,

Siva Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

You can call the page with a client (like a browser) to test server certificate.

For client certificate, honestly i think that the only way is to develope a test client (i don't know if it already exist in "google").