cancel
Showing results for 
Search instead for 
Did you mean: 

Java SSL setup in NW PI 7.1 EHP1

Former Member
0 Kudos

I am trying to set up SSL in a Netweaver PI 7.1 system on EHP1. According to the SAP Help documentation, the default keystore view for SSL should be ICM_SSL_<instance_ID>. It is my understanding that this view is created automatically. I don't remember ever having to manually create it before. But in my current system this keystore view does not exist. Can anyone confirm whether or not this view should have been created automatically during installation as the help documentation suggests?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In case this helps someone else, with NW 7.1 you have to set profile parameter ssl/pse_provider = JAVA to use Java as the certificate source. It is set to ABAP by default, and the system will continue to try to use the standard cert created in strust until you change this.

Once the parameter was changed and the system bounced, the standard keystore views ICM_SSL_<instance ID> were created automatically.

Former Member
0 Kudos

Hi Kevin,

I found your thread while searching for something else but I am also trying to set up the SSL connection for JAVA.

I would appreciate it if you could help.

Where we are; we intalled sap cryptographic library and on the ABAP side the SSL is working. Now we want to call a Web Service which uses https with a SOAP adapter. But we couldn't configure the SOAP adapter and the SSL cert.

Can you give some intput in what we should do on JAVA to get this working?

Thank you very much.