mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
doc update
This commit is contained in:
@@ -124,6 +124,12 @@ static void parse_ssl_tlvs(struct worker_st *ws, uint8_t *data, int data_size)
|
||||
}
|
||||
|
||||
/* This parses a version 2 Proxy protocol header (from haproxy).
|
||||
*
|
||||
* When called from a UNIX socket (where we don't have any SSL
|
||||
* info), we additionally read information about the SSL session.
|
||||
* We expect to receive the peer's certificate verification status,
|
||||
* and CN. That corresponds to send-proxy-v2-ssl-cn and send-proxy-v2-ssl
|
||||
* haproxy config options.
|
||||
*/
|
||||
int parse_proxy_proto_header(struct worker_st *ws, int fd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user