cancel
Showing results for 
Search instead for 
Did you mean: 

https & http load balancing is not working in web dispatcher

Former Member
0 Kudos

Hi all,

We are working on to enable SSL forwarding from web dispatcher to backend Java server.

We have already multiple  backend systems load balanced with http and it's working fine, we have ICM filters written for URL routing  to backend systems with the help of regular expressions .

We tried only hTTPS  routing and it's working , we have all SSL parameters in  and PSE is generated at web dispatcher. This scenario is working and able to access backend java systems  from web dispatcher.

If we add HTTPS and HTTP routing  to backend  systems from same web dispatcher this is not working.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Gadde,

Did you try to add in the profile file this:

# SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=80XX

icm/server_port_1 = PROT=HTTPS,PORT=44301

Regards,

Shinglon

Former Member
0 Kudos

Thanks for the reply, yes we do have those parameters.

Thanks,

Subhash.G

isaias_freitas
Advisor
Advisor
0 Kudos

Hello Subhash,

We would need the complete profile and your "icm_filter.txt" file in order to analyze what is happening.

We would also need to know which was the URL you have accessed when the 500 error was returned (e.g., https://<server:<port>/sap/bc/...).

Regards,

Isaías

Former Member
0 Kudos

Hi Tried below combination none of them working.

Former Member
0 Kudos

Hi all,

Please suggest any parameters to make it work for both http & https load balancing .

we have also added wdisp/system_01  for all backend systems with ms host and ms port for both http and https  load balancing.

Thanks,

Subhash.G