sslinfo
The sslinfo
module provides information about the SSL certificate that the current client provided when connecting to SynxDB. Most functions in this module return NULL if the current connection does not use SSL.
The SynxDB sslinfo
module is equivalent to the PostgreSQL sslinfo
module. There are no SynxDB or MPP-specific considerations for the module.
Installing and Registering the Module
The sslinfo
module is installed when you install SynxDB. Before you can use any of the functions defined in the module, you must register the sslinfo
extension in each database in which you want to use the functions. Refer to Installing Additional Supplied Modules for more information.
Module Documentation
See sslinfo in the PostgreSQL documentation for detailed information about the individual functions in this module.