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?