I am currently using the python, iOS and Android trackers to send “unstruct” events to a scala stream collector server side with our inbuilt schema intact. In the middle of this process I have a load balancer at the end point address that point to my collector.
Has any one tried doing this through https? What config changes did you make or what did you implement to ensure that event traffic is going through the internet in an encrypted state?
Hi @brucey31 - yes that will work fine. You can attach a TLS certificate to your load balancer, terminate the HTTPS there and route the traffic on as HTTP to your Scala Steam Collectors. This works fine with AWS Elastic Load Balancers.