- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-26-2024 06:50 AM
We have forward proxy (ssl decryption configured)
We are having intermittent access to some webpages users have to reload the page to gain access.
We are seeing General TLS Error on the decryption logs under Error.
What Iv found out about the error is that
This message indicates that an error doesn't meet the criteria for any of the aforementioned protocol errors
|
06-26-2024 04:33 PM
Unfortunately that particular error message doesn't give you much to go off of from a troubleshooting aspect. The best step forward is taking a PCAP and look through to validate that everything looks good from the logs as far as what the server is exchanging and what the firewall itself actually supports.
11-12-2024 08:19 AM
@Salathiwe Normally this means that Server only supports TLS1.3
This is what i have seen so far. Make sure on Firewall Decryption Profile - TLS version - TLS1.3 is selected.
Regards
11-14-2024 01:34 AM
Thank will look into that
11-19-2024 08:49 AM
In addition, when debugging SSL decrypt problems I also recommend running SSLLabs "Test Your Server" on the endpoint server. I have come across quite a few TLS/1.2 and 1.3 capable public servers that deliberately choose weak encryption algorithms for TLS/1.2 (server side prefers weak ciphers before strong). After successful TLS/1.2 negotiation the server then tries to upgrade the connection to HTTP/2.0, which explicitly forbids weak ciphers, causing the TLS/1.2 to abort. When doing a TLS/1.3 connection everything works fine as 1.3 requires strong ciphers to start. So the server is actually causing the problem, not the PaloAlto.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!