package envoy.extensions.transport_sockets.starttls.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message StartTlsConfig

starttls.proto:32

Configuration for a downstream StartTls transport socket. StartTls transport socket wraps two sockets: * raw_buffer socket which is used at the beginning of the session * TLS socket used when a protocol negotiates a switch to encrypted traffic.

message UpstreamStartTlsConfig

starttls.proto:45

Configuration for an upstream StartTls transport socket. StartTls transport socket wraps two sockets: * raw_buffer socket which is used at the beginning of the session * TLS socket used when a protocol negotiates a switch to encrypted traffic.