How to configure PCF router for https?

The web application I'm trying to click is enabled with the https url. When I paste the image into pcf, as shown below, I see the logs as its launch, but I can’t browse, because it gives me 502 Bad Gateway. My docker image can be successfully deployed to my local repo. The registered endpoint did not complete the request, although the click appears as successful, and the web application displays as launch status.

cf push -u process --docker-image ushanib/wso2is:is5.3.0 is5.3.0

I clicked on the tomcat web application, which works without problems on https://tomcat.local.pcfdev.io/ .

How can I solve this problem? Could this be due to the https address or any other reasons? PCF Version: pcfdev-v0.26.0 + PCF1.10.0-linux.zip

+4
source share

Source: https://habr.com/ru/post/1685423/


All Articles