cancel
Showing results for 
Search instead for 
Did you mean: 

Install third party SSL certificate for Web Client for SAP HANA version 10 SP2308

yuyukyi
Participant
0 Kudos

Hi Expert,

Can anyone please advise the steps of how to install SSL certificate for webclient in SAP HANA version 10 SP2308?

Thank you

View Entire Topic
CharmiPatel
Newcomer
0 Kudos

Hello Nidhi,

i hope my answer is useful for you.

When you Installing a third-party SSL certificate for the Web Client in SAP HANA you need to check below several steps. 

1. Obtain SSL Certificate:
Acquire an SSL certificate from a trusted Certificate Authority (CA). This typically includes a private key, certificate, and intermediate CA certificates.

2. Upload Certificates to SAP HANA:
Upload the SSL certificate files to the SAP HANA server. This may involve copying the certificate, private key, and intermediate certificates to a secure location on the server.

3. Access SAP HANA Cockpit:
Open SAP HANA Cockpit in a web browser using the following URL:

```text
https://<HANA_SERVER>:43<INSTANCE_NUMBER>/sap/hana/xs/admin/
```

Replace `<HANA_SERVER>` with your SAP HANA server's hostname or IP, and `<INSTANCE_NUMBER>` with your SAP HANA instance number.

4. Navigate to Security Settings:
Inside SAP HANA Cockpit, navigate to "Configuration" and then "Security Configuration."

5. Enable SSL:
Check the box to enable SSL and provide the paths to the SSL certificate, private key, and intermediate certificates that you uploaded earlier.

6. Save and Restart:
Save the changes and restart the SAP HANA system for the new SSL configuration to take effect.

7. Update Web Client URLs:
Update the Web Client URLs to use the "https" protocol. Ensure that any references to the Web Client in your environment use the updated URLs.

8. Test Connectivity:
Verify the SSL configuration by accessing the Web Client using the new secure URL. Ensure that there are no certificate errors and that the connection is secure.

Always refer to the official SAP HANA documentation for your specific version to ensure accurate and detailed instructions. Additionally, consider consulting your SAP support resources or system administrator for guidance tailored to your environment.

Thank You