HTTPClient.jl uses curl. I think you may have to install the ca-certs for curl explicitly. Which OS are you using? How did you install curl (if at all)
These links might help: http://stackoverflow.com/questions/27987091/ssl-ca-cert-path-access-rights http://stackoverflow.com/questions/6400300/https-and-ssl3-get-server-certificatecertificate-verify-failed-ca-is-ok On Thursday, 23 July 2015 15:30:43 UTC+1, Andrew B. Martin wrote: > > Hello, > > I've been trying to get HTTPClient.jl working on a Windows 7 computer, and > have run into an issue that I can't make much sense of, and don't know > where to start looking to fix it. > > When I call HTTPClient.jl through the AWS.jl library I get the following > stacktrace: > > > Error executing request : Problem with the SSL CA cert (path? access > rights?) > in exec_as_multi at C:\Users\Andrew > Martin.julia\v0.3\HTTPClient\src\HTTPC.jl:702 > in get at C:\Users\Andrew Martin.julia\v0.3\HTTPClient\src\HTTPC.jl:371 > in do_request at C:\Users\Andrew Martin\.julia\v0.3\AWS\src\S3.jl:564 > in get_object at C:\Users\Andrew > Martin\.julia\v0.3\AWS\src\S3.jl:392 > > My AWS credentials are properly passed to AWS (it works fine on Mac and > Linux). > > What could be causing the problem? >
