-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Allow other certificates #8126
Copy link
Copy link
Closed
Labels
[outdated] type: enhancementgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Metadata
Metadata
Assignees
Labels
[outdated] type: enhancementgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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:
.cerfiles 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.