ZXTM Control API Overview and Reference
Version 4.0
getSSLDecrypt( names )
Get whether each of the named virtual servers should decrypt SSL
traffic.
Boolean[] getSSLDecrypt(
String[] names
)
getSSLExpectStartTLS( names )
Get whether each of the named virtual servers should upgrade SMTP
connections to SSL using the STARTTLS command.
Boolean[] getSSLExpectStartTLS(
String[] names
)
getSSLHeaders( names )
Get whether each of the named virtual servers should add HTTP headers
to each request to show SSL connection parameters.
Boolean[] getSSLHeaders(
String[] names
)
getSSLLogEnabled( names )
Get whether each of the named virtual servers should to log SSL protocol
errors.
Boolean[] getSSLLogEnabled(
String[] names
)
getSSLRequestClientCertMode( names )
Get whether each of the named virtual servers should request (or
require) an identifying certificate from each client.
VirtualServer.SSLRequestClientCertMode[]
getSSLRequestClientCertMode(
String[] names
)
60
New Page 1