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

Conversation

ryanmcgrath
Copy link
Collaborator

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant