4 Replies Latest reply on Mar 13, 2019 2:09 PM by gipathak

    I am using wildfly 12 (undertow) as load balancer but my request is getting redirected from https to http

    gipathak

      Hi, I am using wildfly 12 (undertow) as load balancer in standalone mode , load balancer is up and running and it is registering nodes also . But I am facing one issue whenever I am requesting like https://someip/myApp (i.e. this is my post request )it is converting to http://someip/myApp i.e. my request is getting redirected from https to http , am I missing some configuration ? Can anyone please help me here .