fips
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: FIPS mode - origin
Ensures Federal Information Process Standards (FIPS) 140-2 compliance for a connection to an origin server. For this behavior to work properly, verify that your origin's secure certificate supports Enhanced TLS and is FIPS-compliant.
Note that you can't use fips
if downgrade_protocol
or allow_httpsdowngrade
behaviors are enabled in the same property.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "fips" {
rules_v2025_02_18 {
name = "FIPS mode - origin"
comments = "Ensures Federal Information Process Standards (FIPS) 140-2 compliance for connections to origin servers."
behavior {
fips {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "fips",
"options": {
"enable": false
}
}
]
Options
Option | Description |
---|---|
enable |
When enabled, supports the use of FIPS-validated ciphers in the connection between this delivery configuration and your origin server.
|
Updated about 1 hour ago