Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Lucas Reginato
Hi Ushani,
Please try the following: 1) Once your application is deployed, execute: a) cf create-route pcfdev-space tcp.local.pcfdev.io --random-port Creating route tcp.local.pcfdev.io for org pcfdev-org / space pcfdev-space as admin... OK Route tcp.local.pcfdev.io:61015 has been created b) cf map-route <app-name> tcp.local.pcfdev.io --port 61015 2) Access your application https://<url to the app>:61015. You should see your certificate (I am assuming you have configured one). In my example, the port allocated was 61015. But it could be a different port in your case. So please check the port that will be allocated by create-route command. Hope it helps. :) Thanks, -Lucas Reginato On Wed, Sep 13, 2017 at 2:01 PM, Ushani Balasooriya <ushanib(a)gmail.com> wrote: Log without /carbon -- Lucas Reginato
|
|