Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| host | false | - | - | - |
| ip | false | not set | If present, binds the port only on the specified IP. Useful for hosts with multiple IP addresses. | 127.0.0.1 |
| port | false | - | - | - |
| useAsDefault | false | true | whether to use the SSLContext built from this SSLProxy when no SNI header was transmitted. | - |
Child Elements
| Element | Description | Cardinality |
|---|---|---|
| connection | Configuration for low-level socket behavior of Membrane's HTTP client. This includes timeouts and local address binding for outbound connections. Typically used as a child of . XML Example: YAML (experimental): | 0..1 |
| gatekeeper | 0..* | |
| routerIpResolver | 0..* | |
| target | 0..1 |