I have to migrate an app that needs to send data encrypted between public network and AWS. Currently it uses stunnel client and the server end sits on a DMZ and acts as a web proxy ( terminating the SSL and redirecting port 443 to 8085)
In short I would like the load balancer to handle stunnel traffic from the client ( or some other non-native encrypted traffic) and then redirect to a server in the private
Thanks