put https://api.aptranet.com/cdn/distributions/configurations/tls
Log in to see full request history
Responses
xxxxxxxxxx
23curl --request PUT \
--url https://api.aptranet.com/cdn/distributions/configurations/tls \
--header 'accept: text/plain' \
--header 'content-type: application/json' \
--data '
{
"enable_https": false,
"https_redirect": false,
"enable_http3": false,
"tls_versions_support": {
"ssl3": false,
"tls1": false,
"tls1_1": false,
"tls1_2": true,
"tls1_3": true
},
"custom_sni_hostname": {
"enabled": true,
"configuration": "match_host_header"
},
"origin_tls_validation": false
}
'
Try It!
to start a request and see the response here! Or choose an example: