An SSLContext for use on the client side of a connection.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.security.ssl-context | true | /subsystem=elytron/server-ssl-sni-context=* /subsystem=elytron/server-ssl-context=* | 
| Attribute | Value | 
|---|---|
| Type | INT | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Default Value | DEFAULT | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | LIST | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Allowed Values | SSLv2 SSLv3 TLSv1 TLSv1.1 TLSv1.2 TLSv1.3 | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| cipher-suite-filter | STRING | false | true | DEFAULT | The filter to apply to specify the enabled cipher suites for TLSv1.2 and below. | 
| cipher-suite-names | STRING | false | true | The filter to apply to specify the enabled cipher suites for TLSv1.3. | |
| key-manager | STRING | false | false | Reference to the key manager to use within the SSLContext. | |
| protocols | LIST | false | true | The enabled protocols. | |
| provider-name | STRING | false | true | The name of the provider to use. If not specified, all providers from providers will be passed to the SSLContext. | |
| providers | STRING | false | false | The name of the providers to obtain the Provider[] to use to load the SSLContext. | |
| trust-manager | STRING | false | false | Reference to the trust manager to use within the SSLContext. |