cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to HTTPS through WebDispatcher not working

Former Member
0 Kudos

Hello All,

My Portal is running on HTTPS. I've configured WebDispatcher to access the Portal. Now users will launch the Portal on HTTP and WebDispatcher will forward it to Portal on HTTPS.

Now according to the documentation:-

http://help.sap.com/saphelp_nw04/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/frameset.htm

I've defined the parameter "wdisp/ssl_encrypt=2" in my PFL file. When i access the Portal through WebDispatcher i'm getting an error message:-

[500 Dispatching Error

Detail: no valid destination server available for '!ALL' rc=7 ]

Any ideas, what's missing here

Regards

Vaib

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've tried to use the icm/HTTP/redirect_0 = PREFIX=/, PORT=50001, PROT=HTTPS, HOST=myHost

Now when i launch the Portal, it comes with the HTTP and doesn't redirect to HTTPS.

Any ideas

Regards

Vaib

Former Member
0 Kudos

Hi,

to do this you have to write the next line:

icm/HTTP/redirect_0 = PREFIX=/login,FROMPROT=HTTP,FOR=myHost:50000,TO=/myURL,PROT=HTTPS,HOST=myHost,PORT=50001

I hope this help you.

Regards,

Raú