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

Enable the native-certs feature flag on ureq. #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 4, 2023

  1. Enable the native-certs feature flag on ureq.

    I think this might help with an edge case bug where some users were
    reporting log messages regarding being unable to get a local issuer
    certificate.
    
    *Previously:* without this flag - `ureq` would effectively
    just use an embedded-at-compile-time certificate set (Mozilla's).
    
    *Now:* with this flag, `ureq` will check the OS native cert store at
    client creation time, which means that if the lib or Dolphin build goes
    long(ish) periods without a release, there should be no risk of the cert
    store being out of whack.
    ryanmcgrath committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1346537 View commit details
    Browse the repository at this point in the history