Skip to content

Use system cert store, not Java's #709

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

Open
tresf opened this issue Sep 9, 2020 · 0 comments
Open

Use system cert store, not Java's #709

tresf opened this issue Sep 9, 2020 · 0 comments
Assignees

Comments

@tresf
Copy link
Contributor

tresf commented Sep 9, 2020

QZ Tray should inform Java to use the system's keystore so proxies don't cause print failures. On Windows and macOS this is possible through command line invocation.

Windows:

-Djavax.net.ssl.trustStoreType=Windows-ROOT
# or
-Djavax.net.ssl.trustStoreType=Windows-MY

macOS:

-Djavax.net.ssl.trustStoreType=KeychainStore

This may be best paired with #468

@tresf tresf self-assigned this Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant