How to View SSL Decryption Information from the CLI

Procedure

Overview

This document describes how to view SSL Decryption Information from the CLI.

Details

The following show system setting ssl-decrypt commands provide information about the SSL-decryption on the Palo Alto Networks device:

To display the count of decrypted sessions

> show session all filter ssl-decrypt yes count yes
Number of sessions that match filter: 2758

To view the decrypted sessions

> show session all filter ssl-decrypt yes

To clear the decrypted sessions

> clear session all filter ssl-decrypt yes

To reset the ssl-decrypt cache

> debug dataplane reset ssl-decrypt <option>

The following command checks for any SSL decryption related failures

>show counter global | match proxy
proxy_process 1205 0 info proxy pktproc Number of flows go through proxy
proxy_no_process 453 0 info proxy pktproc Number of flows donot go through proxy
proxy_wqe_held 253 0 info proxy resource Number of wqe held by proxy for notify answer
proxy_excluded 78 0 info proxy pktproc Number of ssl sessions bypassed proxy because of exclusion
proxy_client_hello_failed 4 0 warn proxy pktproc Number of ssl sessions bypassed proxy because client hello can't be parsed
proxy_url_request_pkt_drop 24 0 info proxy pktproc The number of packets get dropped because of waiting for url category request in ssl proxy
proxy_url_category_unknown 435 0 info proxy pktproc Number of sessions checked by proxy with unknown url category
url_session_not_in_ssl_wait 4 0 error url system The session is not waiting for url in ssl proxy
proxy_url_request_pkt_drop               266        0 drop      proxy     pktproc   The number of packets get dropped because of waiting for url category request in ssl proxy
proxy_timer_del_session_added     4 0 info   proxy pktproc   Number of timers added for deleting proxy host connection
proxy_timer_del_sessions         4 0 info   proxy pktproc   Number of proxy host connections deleted due to timer
proxy_proxy_host_not_connected   15 0 warn   proxy pktproc   Number of packets proxy_host tried to receive or transmit when not connected
url_session_not_in_ssl_wait     40 0 error  url   system    The session is not waiting for url in ssl proxy