cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enable HTTPS port on SAP JAVA - SSL port not active

wlourens2
Participant
0 Likes
1,872

Dear Experts,

I need to enable the HTTPS port on a SAP JAVA server. 

I am getting: "SSL port not active" after activating using the SSL Wizard as per SAP note.

1.png

Is it required to purcase a CSR response from a CA to enable the HTTPS port?   (This is a DEV system -> was hoping not to request a paid cert for the DEV system).

Other checks done -> "sapcrypto.dl" is already active in the EXE directory after install and parameters service/protectedwebmethods and jstartup/service_acl addes as per SAP note 

2510099.

 

Please assist.

 

Kind Regards,

 

View Entire Topic
S_Sriram
Active Contributor
0 Likes

Hello,

1. Will you access the SAP PI system from the public(internet) to the private network? if it is yes then you have to purchase the CSR response from a CA.

2. Have you checked the SAP note 1951806?

Regards

SS

 

wlourens2
Participant
0 Likes

Hi,

My PO system can now listen on the HTTPS port.

Issue was most likely the parameters I added from SAP note 1951806, but I had to restart the entire server. After server restart, and PO start, the HTTPS port showed green.

This worked without any SSL certs installed.

After HTTPS service shown as green, I then was able to upload a wildcard domain cert which was provided by the client.  PO URL now shows as secure.

Thanks.