There isn't a way to tell CF that you want https only at this time. You'll have to check the x-forwarded-proto header in your application and redirect to the secure endpoint if needed.
On Tue, Sep 8, 2015 at 6:16 AM, Juan Antonio BreƱa Moral < bren(a)juanantonio.info> wrote:
Hi,
I would like to deploy an App but I would like to use it using only https.
What is the way to indicate CF that the Application X will use https only?