You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
340 B
Markdown
12 lines
340 B
Markdown
---
|
|
title: 'Frequently asked questions'
|
|
linkTitle: 'FAQ'
|
|
weight: 100
|
|
description: ''
|
|
---
|
|
|
|
### My server uses a custom SSL certificate and I don't want to check it.
|
|
|
|
You can call control SSL certificate check with the `--insecure` CLI argument.
|
|
For SDK, you can specify `ssl_verify = True/False` in the `cvat_sdk.core.client.Config` object.
|