Get(ConnectionAttributes)
Purpose
Returns the name of the current file's host, and the certificate authority that issued the SSL certificate used to secure the connection.
Format
Get(ConnectionAttributes)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 13.0
Description
Get(ConnectionAttributes) returns an empty string if:
•the current file is not hosted
•the host is not FileMaker Server
•the host does not use an SSL certificate to secure the connection to the
client •the host is a single-machine deployment of FileMaker Server on macOS
Examples
If the
host is named "group_server" and the current SSL certificate was issued by XYZ Inc., Get(ConnectionAttributes) returns:
[ Peer Certificate ]
commonName: group_server
CA Issuers: XYZ Inc.
Related topics