Question:
Hi!
Has anyone used HTTPS for a BSP in the WAS (Web Application Server)
I'm trying to encode my BSP page with HTTPS but i'm having some troubles with undefinied HTTPS port or service
Can someone help me ?
Thanks ?
Answer:
Hi,
there is a parameter where you can define your htts port.
E.g: Use
icm/server_port_0 for http
icm/server_port_1 for https
the value would be then
icm/server_port_1 = PROT=HTTPS, PORT = 8443 (for example).
Maybe you need to define your SSL Port in the services file.
Hope this helps to solve your problem.