When a new TLS session is created the log message "WR-SG-TLS-SESS-START" is logged along with the following information. Some fields may be left out when there is no value available, others may write "<n/a>" instead.
Field Name | Description |
---|---|
req_id | ID of the request |
sess_id | ID of the session the request belongs to |
corr_id | Request correlation ID |
corr_id_2 | Second request correlation ID |
corr_id_3 | Third request correlation ID |
front_tls_sess_id | The ID of the TLS session on the front-end |
front_tls_proto | The TLS protocol that has been negotiated on the front-end |
front_tls_cipher | The TLS cipher that has been negotiated on the front-end |
front_tls_client_subject_dn | The subject's distinguished name (DN) of the TLS client certificate |
vhost | The FQDN of the virtual host |
vhost_ip | The IP address the virtual host is listening on |
vhost_port | The port the virtual host is listening on |
vhost_proto | The HTTP protocol used in the request |
client_ip | The IP address of the client. Usually, this is the connection IP address (front_src_ip). If a reverse proxy or load balancer is in place and sets the X-Forwarded-For header, Airlock Gateway can be configured to use the X-Forwarded-For value as client_ip |
geoip_continent | Continent code resolved for the client IP address (client_ip) |
geoip_country | Country code resolved for the client IP address (client_ip) |
geoip_location | Latitude and longitude resolved for the client IP address (client_ip) |
message | Message describing the log event |