cancel
Showing results for 
Search instead for 
Did you mean: 

NWBC ABAP portal is not opening

mohitsahu
Participant
0 Kudos

Hello All,

User is complaining that he is not able to open bc/nwbc portal and getting below error

There is a problem with this website's security certificate.

Screenshot attached. Can anyone suggest what could be the cause?

Regards,

Mohit

Accepted Solutions (0)

Answers (3)

Answers (3)

Johan_sapbasis
Active Contributor
0 Kudos

Hi Mohit,

If you click on continue it will open. However it is a certificate that is giving you the problem.

You have to see in strust/strustsso2 or on you java nwa which certificate is expired and replace it.

On ABAP stacks you can schedule job SSF_ALERT_CERTEXPIRE to warn you before any certificates expire 572035 - Warning about expired security certificates.

Once you have identifed the certificate to replace is easy.

As per the link provided by RAM the direct link to SAPHelp works.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4c/5bd55597817512e10000000a42189b/content.htm&ei=0k...

You will need to ask the team looking after the relevant certificate to request a new one from the relevant CA(Certificate Authority) and once received request your basis team to change it. Taken note however if in a ABAP system at least ICM process restart required, if in JAVA stack restart required,

Regards.

J

former_member185954
Active Contributor
0 Kudos

Hello Mohit,

The issue is a typical issue, where you have enabled HTTPS on your SAP box, however the certificate being generated by SAP is not trusted by your user's browser.

If the server the user is connecting to is a legitimate server, user should be able to continue by clicking on 'continue' website.

Regards,

Siddhesh

Former Member
0 Kudos
former_member185954
Active Contributor
0 Kudos

Nice one Ram, explains the issue completely.