cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro applications not responding in HTTPS environment

S0019300750
Contributor
0 Kudos

Hi all

I have developed WebDynpro applications which accesses the backend RFCs.

We have deployed these applications to portal. The applications are working fine if we access them through HTTP link.

But when we access it through HTTPS , the applications arenot responding.

There is no error coming but the applications are not visible at all.

<b>Same application in Quality phase we accessed through both HTTP and HTTPS links.</b>

Please suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

when you are accesing webdynpro using url in http environment

http://host:50000/webdynpro/dispatcher/local/Proj/your App

use this below url to access in https environment

https://host:<b>50001</b>/webdynpro/dispatcher/local/Proj/your App

you need use https port while running in https environment

regards,

Naga