standardTLSMigration


Migrates traffic to Standard TLS. Apply this behavior within the default rule or any hostname match. In some cases you may need to apply this along with the standard​TLSMigration​Override behavior.

OptionTypeDescriptionRequires
enabledboolean

Allows migration to Standard TLS.

{"displayType":"boolean","tag":"input","type":"checkbox"}
migration​Fromenum

What kind of traffic you're migrating from.

{"displayType":"enum","options":["SHARED_CERT","NON_SECURE","ENHANCED_SECURE"],"tag":"select"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
SHARED_​CERT

A shared certificate.

NON_​SECURE

Non-secure traffic.

ENHANCED_​SECURE

Enhanced Secure TLS.

allow​HTTPSUpgradeboolean

Allows temporary upgrade of HTTP traffic to HTTPS.

migration​From is NON_​SECURE
{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"migrationFrom","op":"eq","value":"NON_SECURE"}}
allow​HTTPSDowngradeboolean

Allow temporary downgrade of HTTPS traffic to HTTP. This removes various Origin, Referer, Cookie, Cookie2, sec-* and proxy-* headers from the request to origin.

migration​From is NON_​SECURE
{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"migrationFrom","op":"eq","value":"NON_SECURE"}}
migration​Start​Timestring (epoch timestamp)

Specifies when to start migrating the cache.

allow​HTTPSUpgrade is true
OR allow​HTTPSDowngrade is true
{"displayType":"string","tag":"input","type":"text"}
{"if":{"op":"or","params":[{"attribute":"allowHTTPSUpgrade","op":"eq","value":true},{"attribute":"allowHTTPSDowngrade","op":"eq","value":true}]}}
migration​Durationnumber

Specifies the number of days to migrate the cache.

allow​HTTPSUpgrade is true
OR allow​HTTPSDowngrade is true
{"displayType":"number","tag":"input","type":"number"}
{"if":{"op":"or","params":[{"attribute":"allowHTTPSUpgrade","op":"eq","value":true},{"attribute":"allowHTTPSDowngrade","op":"eq","value":true}]}}
cache​Sharing​Start​Timestring (epoch timestamp)

Specifies when to start cache sharing.

migration​From is ENHANCED_​SECURE
{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"migrationFrom","op":"eq","value":"ENHANCED_SECURE"}}
cache​Sharing​Durationnumber

Specifies the number cache sharing days.

migration​From is ENHANCED_​SECURE
{"displayType":"number","tag":"input","type":"number"}
{"if":{"attribute":"migrationFrom","op":"eq","value":"ENHANCED_SECURE"}}
is​Certificate​SNIOnlyboolean

Sets whether your new certificate is SNI-only.

migration​From is ENHANCED_​SECURE
{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"migrationFrom","op":"eq","value":"ENHANCED_SECURE"}}
is​Tiered​Distribution​Usedboolean

Allows you to align traffic to various tiered​Distribution areas.

migration​From is NON_​SECURE
{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"migrationFrom","op":"eq","value":"NON_SECURE"}}
td​Locationenum

Specifies the tiered​Distribution location.

is​Tiered​Distribution​Used is true
{"displayType":"enum","options":["GLOBAL","APAC","EUROPE","US_EAST","US_CENTRAL","US_WEST","AUSTRALIA","GLOBAL_LEGACY"],"tag":"select"}
{"if":{"attribute":"isTieredDistributionUsed","op":"eq","value":true}}
GLOBAL

Global.

APAC

Asia and Pacific.

EUROPE

Europe.

US_​EAST

Eastern United States.

US_​CENTRAL

Central United States.

US_​WEST

Western United States.

AUSTRALIA

Australia.

GLOBAL_​LEGACY

Global.