we have a load balancer in place which redirects the requests to the webservers farm and the webservers inturn redirect to the cluster app servers using plugins. Now the problem we are facing is when we encrypt the data on LB ie, securing the requests between LB and webservers and still the requests from webserver to appserverare normal http. the error page comes up which is part of the application. any help will be highly appreciated. The website is accessible from https:// , as we encrypted data on LB but when we access any page other than home page the request is going to http instead of https. do we need to do any modifications on the appserver or just introducing https on LB - web server requests is enough .?