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

support ssl verify (built on atop of 1135) #1142

Merged
merged 5 commits into from
Dec 1, 2023
Merged

support ssl verify (built on atop of 1135) #1142

merged 5 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. feat!: Add ssl_verify field to client::http::Options.

    Currently this option only works in the curl backend.
    Alvenix authored and Byron committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dfec281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6e89c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e83cf View commit details
    Browse the repository at this point in the history
  4. feat: Add config value gitoxide.http.sslNoVerify

    This value can by overriden by GIT_SSL_NO_VERIFY env variable. We use
    the value to override http.sslVerify when specifying ssl_verify in
    transport Options.
    Alvenix authored and Byron committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dd575cd View commit details
    Browse the repository at this point in the history
  5. refactor

    Byron committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ead00e9 View commit details
    Browse the repository at this point in the history