We have a client and server that works via TLS 1.2 connection. Client connects to server, client checks server's certificate, connection established.
Question - can anyone who read all data packets (except client PC) do read/verification the certificate that server sends to client?
I.e. example:
- we have 100 connections to different 100 servers
- 5 servers out of 100 use the same certificate
- we read all traffic (but can not change it)
- can we distinguish these 5 servers among others ?