Skip to content

Commit 47166f8

Browse files
committed
make error message for specific
1 parent f402976 commit 47166f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ mutable struct SSLContext
163163
if !isempty(verify_file)
164164
ret = ca_chain!(ssl_context, verify_file)
165165
if ret != 1
166-
error("Failed to load system CA configuration at '$(verify_file)'.")
166+
error("Failed to validate CA certificates at '$(verify_file)'.")
167167
end
168168
end
169169

0 commit comments

Comments
 (0)