cancel
Showing results for 
Search instead for 
Did you mean: 

Lauching HTTPS in SICF

Former Member
0 Kudos

Hi

In SICF, whenever I do a test service, it always launch HTTP even I have set the option SSL (Security requirment) in service alertinbox.

http://myhost.mydomain.com:8001/sap/bc/bsp/sap/alertinbox?sap-client=801

How can I launch alertinbox with HTTPS URL:

https://myhost.mydomain.com:8101/sap/bc/bsp/sap/alertinbox?sap-client=801

My icm parameter setting for port:

icm/server_port_0 = PROT=HTTPS,PORT=8101

icm/server_port_1 = PROT=HTTP,PORT=8001

Many Thanks

//Jack

Message was edited by: JackLim

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

HI,

<i>In the XI30 Runtime Workbench the Alert Configuration and the Alert Inbox cannot be started via HTTPS.</i>

Workaround solution is given in the note

Refer SAP Note - 900896

Regards,

Moorthy

Message was edited by: Krishna Moorthy P

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Moorthy! Exactly what I need.