| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/api/resources/ssl/subresources/automatic_upgrader/methods/get | [Back] [Original] |
If the system is enabled, the response will include next_scheduled_scan, representing the next time this zone will be scanned and the zones ssl/tls encryption mode is potentially upgraded by the system. If the system is disabled, next_scheduled_scan will not be present in the response body.
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYYThe previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.
X-Auth-Email: user@example.comThe previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.
X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194Zone Settings WriteZone Settings ReadSSL and Certificates WriteSSL and Certificates Readcurl https://api.cloudflare.com/client/v4/zones/$ZONE_ID/settings/ssl_automatic_mode \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "ssl_automatic_mode",
"modified_on": "2014-01-01T05:20:00.12345Z",
"next_scheduled_scan": "2014-02-01T05:20:00.12345Z",
"value": "auto"
},
"success": true
}{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "ssl_automatic_mode",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": "custom"
},
"success": true
}{
"errors": [
{
"code": 1008,
"message": "Invalid SSL/TLS encryption configuration value, only auto or custom accepted"
}
],
"messages": [],
"result": {
"editable": true,
"id": "ssl_automatic_mode",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": "custom"
},
"success": false
}{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "ssl_automatic_mode",
"modified_on": "2014-01-01T05:20:00.12345Z",
"next_scheduled_scan": "2014-02-01T05:20:00.12345Z",
"value": "auto"
},
"success": true
}{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "ssl_automatic_mode",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": "custom"
},
"success": true
}{
"errors": [
{
"code": 1008,
"message": "Invalid SSL/TLS encryption configuration value, only auto or custom accepted"
}
],
"messages": [],
"result": {
"editable": true,
"id": "ssl_automatic_mode",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": "custom"
},
"success": false
}| Web Proxy Viewer | New URL | Original Page |