07-27-2020 08:32 AM
Hi,
We launched a sslab test for a GlobalProtect Portal website. Our note is B. We would like to improve these two things but we dont know what it can be done in PA config. These are:
08-01-2020 03:01 AM
Hi @BigPalo
Forward secrecy actually is supported by paloalto. If you look at the details of the browser handshake list, you should see most of them use ciphersuites with forward secrecy. Only a few - which count as reference browser for Qualys SSLLabs - do not use forward secrecy ciphersuites.
The point with the missing secure renegotiation is still true and unfortunately theres nothing you can do about that at the moment except wait until it is supportet (in PAN-OS 10 it is still not supported).
An explanation of secure renegotiation you can find here: https://devcentral.f5.com/s/articles/ssl-legacy-renegotiation-vs-secure-renegotiation-explained-usin...
09-09-2020 03:51 AM
Hi @BigPalo ,
You can easily get A minus on SSLlabs and take out most of the forward secrecy.
I assume you have your ssl-tls-service-profile set at minimum TLS 1.2
Just run the following via the CLI:
While you are at it also disable the following:
Unfortunately it does not fix anything for secure renegotiation.
Regards,
Raymond
01-16-2023 09:10 AM
Can this be done as a push from Panorama? I do not like the concept of doing a command line only change on an individual firewall which could easily be forgotten in the case of a disaster restore or upgrade situation.
01-16-2023 10:15 AM
You can run those commands in Panorama CLI.
Instead of command:
set shared ssl-tls-service-profile...
You need to use:
set template TemplateName config shared ssl-tls-service-profile...
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!