Syntax
sslProxy-routerIpResolver:
'$ref': <string>
errorOutcome: continue
httpClientConfig: {}
port: <number>
routerIps: <string>
ssl: {}
sslProxy-routerIpResolver:
'$ref': <string>
errorOutcome: continue
httpClientConfig: {}
port: <number>
routerIps: <string>
ssl: {}
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| $ref | false | - | Reference a component defined under components. | - |
| errorOutcome | false | ABORT | - | - |
| port | false | If not set (=0), the default port of the connection protocol (https) is used. | - | - |
| routerIps | false | - | - | - |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| httpClientConfig | 0..1 | Configuration container for Membrane's HTTP client. Allows defining proxy, connection, authentication, TLS, and retry behavior. Can be used as a reusable bean and referenced via . Most of its sub-elements are optional. |
| ssl | 0..1 | Configures inbound or outbound SSL connections. |