v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SSL
Auto-generated SSL Certificates

Return domains with AutoSSL problems

This function retrieves a list of domains that possess AutoSSL problems.

Important:

When you disable the Calendars and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.

get/SSL/get_autossl_problems

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "get_autossl_problems",
  "module": "SSL",
  "result": {
    "data": [
      {
        "domain": "example.com",
        "problem": "example.com contains 400 domains, which exceeds the maximum number (200) of domains allowed for the \"Sectigo\" AutoSSL provider. This system will include those 200 domains on the certificate that appear to be the website's most important. To allow AutoSSL to secure each domain, divide the 400 domains among separate websites. (The websites can all serve the same content from the same document root.)",
        "time": "2018-06-07T05:30:09.000Z"
      }
    ],
    "status": 1
  }
}