> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# curator:setforcessl

> Set whether Curator should force SSL connections

Sets whether Curator should force SSL connections.

**Arguments:**

| Argument | Required | Description                        |
| -------- | -------- | ---------------------------------- |
| `force`  | Yes      | `1` to force SSL or `0` to disable |

**Example:**

```bash theme={null}
php artisan curator:setforcessl 1
```
