Skip to content

Commit 725d539

Browse files
authored
Update condarc.json (#24918)
Hello! [According to the docs](https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/settings.html#ssl-verify-ssl-verification), the ssl_verify option should support strings (for certificate paths and `truststore`)
1 parent c51cdd3 commit 725d539

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

schemas/condarc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,14 @@
5959
}
6060
},
6161
"ssl_verify": {
62-
"type": "boolean"
62+
"oneOf": [
63+
{
64+
"type": "boolean"
65+
},
66+
{
67+
"type": "string"
68+
}
69+
]
6370
},
6471
"offline": {
6572
"type": "boolean"

0 commit comments

Comments
 (0)