InlineHttpsPolicyLbVirtualServer1

InlineHttpsPolicyLbVirtualServer1
InlineHttpsPolicyLbVirtualServer1
JSON Example
{
    "client_ssl_certificate_ids": [
        "string"
    ],
    "client_ssl_settings": "string",
    "default_client_ssl_certificate_id": "string"
}
array of string
client_ssl_certificate_ids
Optional

Client-side SSL profile binding allows multiple certificates, for different hostnames, to be bound to the same virtual server. The setting is used when load balancer acts as an SSL server and terminating the client SSL connection

string
client_ssl_settings
Optional

Security settings representing various security settings when the VirtualServer acts as an SSL server

  • BASE_SECURE_111317
  • MODERATE_SECURE_111317
  • HIGH_SECURE_111317
Possible values are : BASE_SECURE_111317, MODERATE_SECURE_111317, HIGH_SECURE_111317,
string
default_client_ssl_certificate_id
Required

The setting is used when load balancer acts as an SSL server and terminating the client SSL connection. A default certificate should be specified which will be used if the server does not host multiple hostnames on the same IP address or if the client does not support SNI extension.