Technical Tip: Adjusting TLS versions for FortiPAM GUI access
| Description | This article describes how the minimum and maximum TLS settings for FortiPAM GUI access can be adjusted. |
| Scope | FortiPAM 1.x. |
| Solution | FortiPAM uses a VIP object for GUI access which has its own TLS security settings. The VIP object's TLS settings need to be adjusted via the CLI.
For example, to set the minimum TLS version:
config firewall vip
Example of how to set the maximum TLS version: config firewall vip
FortiPAM as of version up to 1.5.0 supports the following SSL min/max versions:
set ssl-max-version <SSL_version> ssl-3.0 -> SSL 3.0 tls-1.1 -> TLS 1.1 tls-1.2 -> TLS 1.2 tls-1.3 -> TLS 1.3
Related articles: Disable TLS 1.0 and TLS 1.1 in FortiPAM |
