Skip to content

Commit f402976

Browse files
pfitzsebaviks
authored andcommitted
Update ssl.jl
1 parent 3244eb2 commit f402976

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.")
166+
error("Failed to load system CA configuration at '$(verify_file)'.")
167167
end
168168
end
169169

0 commit comments

Comments
 (0)