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

✨ Config option to use operating system certificates alongside rustls certificates #620

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

Conversation

evanyang1
Copy link
Contributor

@evanyang1 evanyang1 commented Oct 9, 2024

What does this PR do?

Provides the new config option to allow the user to enable the use of operating system tls certificates when fetching the search results from the upstream search engines.

Why is this change important?

This change is essential as it allows the user more customizability of whether to use operating system certificates along side rustls certificates.

How to test these changes locally?

It can be tested by installing and running Websurfx as mentioned in the docs and on the readme and by launching the browser and thoroughly testing. By enabling this new config option via the config file and testing if the app uses the operating system tls certificates or not.

Closes #557

@neon-mmd neon-mmd changed the title TLS certificates ✨ Config option to use operating system certificates alongside rustls certificates Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

✨ Config option to use operating system certificates alongside rustls certificates
2 participants