SSL-SERVER-NAME attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The name of the server for the current Secure Sockets Layer (TLS) session.
Data type: CHARACTER
Access: Read-only
Applies to: Server object handle, Socket object handle
For the application server or a socket object, this is the digital certificate subject name of the server for the current TLS session. It enables you to distinguish between the physical host name and the authenticated TLS server name.
For Web services, this is the digital certificate
subject name of the -SOAPEndpoint (which is the
URL identifying the endpoint for the Web service, not the server
providing the WSDL).
When there is no socket connection, or the socket connection is not an
TLS-based connection, the default value is the Unknown value (?).