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

Integrate with Windows trust store #69

Closed
flippingbits opened this issue Sep 27, 2024 · 0 comments · Fixed by #72
Closed

Integrate with Windows trust store #69

flippingbits opened this issue Sep 27, 2024 · 0 comments · Fixed by #72
Assignees
Labels
enhancement New feature or request

Comments

@flippingbits
Copy link
Contributor

During our release process, GraalVM captures the trust store from the CI runner and integrates it into the produced native executable. We recently introduced support for custom certificates so that users can configure their own SSL certificates via the extension. This is needed when, for instance, the user sits behind a firewall that performs SSL inspection. Having to configure custom certificates puts a lot of burden on the user.

When running on Windows, the native executable should attempt to use certificates from the Windows trust store so that users don't have to manually add custom certificates to the extension unless they are not part of the Windows trust store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant