Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds SSL options to config (closes #985) #986

Merged
merged 1 commit into from
Feb 10, 2016

Commits on Feb 10, 2016

  1. Adds SSL options to config (closes samvera#985)

    Faraday may require SSL options to work properly.  New code reads
    optional :ssl key in fedora.yml, expecting one or two subkeys, :verify
    and :ca_path.  If SSL options are present in the config, they are passed
    to the Faraday connection contructor. See the Faraday docs for details.
    dchandekstark committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    2837f5c View commit details
    Browse the repository at this point in the history