-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Allow other certificates #8126
Comments
In the shared database dialog we also offer the possibility to provide a custom key file/store |
Current state in the shared database dialog: I would propose to move that settings to the preferences dialog:
|
Additional/alternative approach:
|
How about having a single checkbox to enable or disable custom certificates, similar to Proxy Configuration, and custom certificates will be added on top of JabRef internal Keystore (which if I understand correctly is empty for now) Edit: I see that Java uses this as its default truststore |
When working behind a SSL proxy, the SSL proxy presents another SSL certificate. When not using that certificate, the DOI fetcher returns "Connection error" without any further information:
IMHO JabRef should offer the possibility to:
.cer
files into that key storeSee https://stackoverflow.com/q/18889058/873282 for some code hints.
Somehow refs #7627. Here, we have an SSL certificate issue. There, we have a proxy authentication error.
The text was updated successfully, but these errors were encountered: