"Jeremiah Martell" inlovewithgod@gmail.com writes:
Jeremiah,
[...]
TLS: hostname (loadbalancer.example.com) does not match common name in certificate (server1.example.com).
The host certificate is issued for CN:server1.example.com, but the host you are connecting to is loadbalancer.example.com. You have to create a subject alternative name in the hosts certificate. That is, you have to configure a subjectAltName in openssl.cnf, something like ... [ usr_cert ] ... subjectAltName=DNS:localhost, DNS:loadbalancer.example.com
-Dieter