How to configure PCF router for https?

604 views Asked by At

The web app I try to push is enabled with a https URL. When I push the image in to pcf like below,I can see the logs as its running but cannot browse as it gives me a 502 Bad Gateway. My docker image can be deployed successfully in my local repo. Registered endpoint failed to handle the request even though the push is shown as successful and web app is shown as the status as running.

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

I pushed the tomcat web app it is running with no issue on https://tomcat.local.pcfdev.io/.

How can I solve this issue? Can this be due to the https url or any other reasons? PCF version : pcfdev-v0.26.0+PCF1.10.0-linux.zip

0

There are 0 answers