Identifying the TLS server in a client session
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
After connecting to an TLS server socket from a client socket object using
TLS, the client can identify the server by reading the value of the SSL-SERVER-NAME attribute on the socket object handle. This CHARACTER attribute returns the value of the SSL server's X.500 Subject name field
from the server certificate after any SSL session has been established for a given socket
object.