Version
4.0
setSSLDecrypt( names, values )
Sets whether each of the named virtual servers should decrypt SSL
traffic. This function will error unless an SSL Certificate has previously
been set using setSSLCertificate.
void setSSLDecrypt(
String[] names
Boolean[] values
)
setSSLExpectStartTLS( names, values )
Set whether each of the named virtual servers should upgrade SMTP
connections to SSL using the STARTTLS command.
void setSSLExpectStartTLS(
String[] names
Boolean[] values
)
setSSLHeaders( names, values )
Set whether each of the named virtual servers should add HTTP headers
to each request to show SSL connection parameters.
void setSSLHeaders(
String[] names
Boolean[] values
)
setSSLLogEnabled( names, values )
Set whether each of the named virtual servers should to log SSL protocol
errors.
void setSSLLogEnabled(
String[] names
Boolean[] values
)
setSSLRequestClientCertMode( names, values )
Set whether each of the named virtual servers should request (or
require) an identifying certificate from each client.
void setSSLRequestClientCertMode(
73
New Page 1