cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Connection protocol HTTPS Web Dispatcher

Former Member
0 Kudos

Hi, I have problem logon in the portal my company with connection httpshttp://www.my_company/irj/portal/light/anonymous but no successfully, I can only connection protocol HTTP http://www.my_company/irj/portal/light/anonymous

In the profile Webpdispatcher:

wdisp/system_0 = SID=EP1, MSHOST=192.168.0.121, MSPORT=8101, SRCSRV=www.my_company.com

icm/server_port_0 = PROT=HTTP,PORT=80

icm/server_port_1 = PORT=HTTPS,PORT=443

icm/HTTP/redirect_0 = PREFIX=/, FROMPROT=http, PROT=https, TO=/irj/portal/light/anonymous

***********************************************************************************************

Help please.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
icm/HTTP/redirect_0 = PREFIX=/, FROMPROT=http, PROT=https, TO=/irj/portal/light/anonymous

The above one needs Host like the below example:

icm/HTTP/redirect_0 = PREFIX=/, FROMPROT=https, PROT=http, TO=/irj/portal/light/anonymous, HOST=PORTALHOST, PORT=PORTAL HTTP 50000 PORT.

wdisp/ssl_encrypt=0

This means HTTPS requests are terminated and redirected as HTTP Protocol.

Thanks

SM

Answers (0)