Assistance needed on setting up HA when using AWS AutoScaling groups for hosts

I found this post:

The post mentioned that there was a bug in rancher 1.1.0dev1. Rancher HA does not work with Rancher v1.1.0-dev1 due to rancher-compose issue · Issue #4733 · rancher/rancher · GitHub. I checked and realized that I was using that version.

I followed the directions and removed all the containers and restarted, specifying to user v1.0.1.

remove all containers

$ docker rm -f $(docker ps -a -q)

launch rancher server

$ ./rancher-ha.sh rancher/server:v1.0.1

I can indeed connect over port 80 now with my LoadBalancer set to 80 > 80.
But when I try to connect to https: I get an error that the certificate is invalid. When I look at the certificate, this is what I see.