You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
macOS:
-Djavax.net.ssl.trustStoreType=KeychainStore
This may be best paired with #468
The text was updated successfully, but these errors were encountered: