Connection Type
resource_servers[]/connection_type
The connection type the reverse proxy will make for this resource server.
Property
Name | Type | Constraints |
---|---|---|
connection_type | string | Values: tcp , ssl , tcp_proxy , ssl_proxy Default value: tcp |
Example
resource_servers:
- path: "/example"
# ...
connection_type: ssl
Updated about 2 years ago