SSL Forward Proxy decrypts outbound SSL/TLS traffic, allowing the firewall to inspect encrypted content. The firewall acts as an intermediary, establishing separate SSL sessions with the client and the server.
Common Issues:
Troubleshooting Steps:
Monitor > Logs > Decryption
for error details.
For more information, refer to the SSL Forward Proxy Documentation .
SSL Inbound Inspection decrypts inbound SSL/TLS traffic destined for internal servers. The firewall requires the server's private key to decrypt the traffic.
Common Issues:
Troubleshooting Steps:
show system resources
and
show running resource-monitor
.
For detailed guidance, see the SSL Inbound Inspection Documentation .
SSH Proxy enables the firewall to decrypt and inspect SSH traffic, preventing unauthorized tunneling of applications and data.
Common Issues:
Troubleshooting Steps:
ssh-tunnel
.
show session all filter application ssh
to monitor active SSH sessions.
Refer to the SSH Proxy Documentation for more information.
Decryption processes can be resource-intensive, potentially impacting firewall performance.
Monitoring Tools:
show system resources
: Displays management plane resource usage.
show running resource-monitor
: Provides data plane resource statistics.
show session info
: Offers session-related information, including decryption statistics.
Effective monitoring is crucial for maintaining optimal decryption performance and promptly identifying issues. Palo Alto Networks provides several tools and practices to assist in this endeavor.
Decryption Logs:
Monitor > Logs > Decryption
to review session-specific information such as source/destination IPs, TLS versions, cipher suites, and error messages.
Application Command Center (ACC):
Resource Monitoring:
show running resource-monitor
to assess real-time CPU and memory usage, focusing on processes related to decryption like
func_ssl_proxy_proc
.
show system setting ssl-decrypt memory
to ensure it isn't nearing capacity, which could lead to decryption failures.
Best Practices:
For comprehensive guidance, refer to the Decryption Troubleshooting Documentation .