You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vault
i have now removed ELB health check (TCP:8200) .now i am not seeing error like 2016/04/02 07:22:13 http: TLS handshake error from 10.2.80.79:17861: EOF.
But i am still seeing below and i could not find these ips in 10.1.82.220 and 10.1.84.175 . Is ELB still playing role here ? The vault server is behind the ELB .
2016/04/03 11:25:16 http: TLS handshake error from 10.1.82.220:48778: tls: client offered an unsupported, maximum protocol version of 301
2016/04/03 11:28:31 http: TLS handshake error from 10.1.84.175:32750: tls: client offered an unsupported, maximum protocol version of 301
2016/04/03 11:30:21 http: TLS handshake error from 10.1.82.220:48915: tls: client offered an unsupported, maximum protocol version of 301
--Thanks
Hridyesh
Jeff Mitchell
unread,
Apr 4, 2016, 10:21:40 AM4/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vault...@googlegroups.com
Hi Hridyesh,
This happens when a client tries to connect with TLS 1.1 but Vault is
only configured for TLS 1.2. Often this is seen with ELB health
checks, although you said you have disabled them. I'm not sure what's
causing them as I don't know what is at the IP addresses specified,
but it's only a problem if your clients are having trouble connecting!