In my Aws elastic beanstalk environment i have configured application load balancer. i Would like to route all HTTP traffic to HTTPS for all paths in my domain. i have tried appending https listener config file with the application code(laravel), but still my domain is listening to http only . My goal is to create an https listener rule that will point to existing http target group. Is there any way?