Skip to content

Use NetworkOptions.ca_roots_path() #41

@mkitti

Description

@mkitti

Currently, the location of the certificate roots file is hard coded:

ssl_cert = joinpath(dirname(Sys.BINDIR), "share", "julia", "cert.pem")

However, this should be determined by NetworkOptions.jl:
https://github.com/JuliaLang/NetworkOptions.jl#ca_roots_path

One reason for this is that the location of the certificate roots file should be able to be overriden by changing JULIA_SSL_CA_ROOTS_PATH.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions