We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find_ca_bundle
1 parent 1285ae4 commit f7926e5Copy full SHA for f7926e5
1 file changed
src/lua/cURL/utils.lua
@@ -35,7 +35,7 @@ local function find_ca_bundle(name)
35
end
36
37
if env.SSL_CERT_DIR and path.isdir(env.SSL_CERT_DIR) then
38
- return false, env.SSL_CERT_DIR
+ return nil, env.SSL_CERT_DIR
39
40
41
if env.SSL_CERT_FILE and path.isfile(env.SSL_CERT_FILE) then
0 commit comments