2012 Oct 31 7:28 AM
Hello,
We have PI 7.3 Dual stack system, now we have a requirement to configure the HTTPS (SSL) for both ABAP and JAVA Stack.
Please guide me how to go ahead about it, Do i need to configure the ABAP and JAVA separately.
icm/server_port_<xx> = PORT=HTTPS, PORT=50001. if i maintain this parameter Both ABAP and JAVA will use the same HTTPS Port?
I am confused in case how to maintain the parameter do i need to create the PSE in ABAP as well as JAVA Separately?
Please let me know as i am confused with the both ABAP and JAVA SSL
I checked this link which states use one tool so if i configure in ABAP only will it work?
http://help.sap.com/saphelp_nwpi71/helpdata/EN/45/7704b8991d487fe10000000a114a6b/content.htm
Thanks,
Balaji.S
2012 Oct 31 8:08 AM
Hi,
In dual stack systems, it is possible to use ABAP or Java as the SSL provider. By default, it is ABAP in dual stack systems. Below parameter sets it:
ssl/pse_provider
If you set the value to JAVA, Java AS will be the SSL provider. Rest is same as described in the SSL settings for AS Java. Check the http://scn.sap.com/docs/DOC-26144 for AS Java Settings. It also describes the AS ABAP settings.
But, we encountered several SSL issues in Clustered Environment for PI when we use ABAP as the SSL provider. So we switched it to JAVA and it works without problem.
Also, management of SSL on AS Java is easier than on AS ABAP.
BR
2012 Oct 31 8:08 AM
Hi,
In dual stack systems, it is possible to use ABAP or Java as the SSL provider. By default, it is ABAP in dual stack systems. Below parameter sets it:
ssl/pse_provider
If you set the value to JAVA, Java AS will be the SSL provider. Rest is same as described in the SSL settings for AS Java. Check the http://scn.sap.com/docs/DOC-26144 for AS Java Settings. It also describes the AS ABAP settings.
But, we encountered several SSL issues in Clustered Environment for PI when we use ABAP as the SSL provider. So we switched it to JAVA and it works without problem.
Also, management of SSL on AS Java is easier than on AS ABAP.
BR
2012 Oct 31 8:15 AM
In one of my cases i configured SSL in ABAP system and java was able to use this ssl port.
When i was browsing the nwa via https - certificate was coming from the pse created in abap.
Hope it helps.
Thanks ,
Dev