-
-
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
Proxy authentication problem #7627
Comments
Hello, can you successfully test the Check connection in the preferences? |
Hi, thanks for the reply. No, I cannot, but it doesn't produce output other than the short message that connection failed. |
I am having difficulties with the proxy test that requires certification, can I contact you for some help? |
I am very sorry for the delay. Of course, how can we contact directly? |
I am glad to get your help, contact me via my email ruanyc@mail.sustech.edu.cn. |
Same issue with: In the preferences, java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required" |
Had the same issue. My workaround is to patch
And proxy settings starts to work. I think same file can be found in Windows and Mac. |
JabRef 5.3--2021-04-12--e3094ac
Linux 5.10.0-5-amd64 amd64
Java 15.0.2
JavaFX 16+8
I use a university proxy to access paywalled scientific journals.
When I try to use it within JabRef, it doesn't authenticate.
Steps to reproduce:
java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 407 Proxy Authentication Required"
at java.base/sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
at org.jabref@5.3.262/org.jabref.logic.net.URLDownload.openConnection(Unknown Source)
at org.jabref@5.3.262/org.jabref.logic.net.URLDownload.asInputStream(Unknown Source)
at org.jabref@5.3.262/org.jabref.gui.externalfiles.FileDownloadTask.call(Unknown Source)
at org.jabref@5.3.262/org.jabref.gui.externalfiles.FileDownloadTask.call(Unknown Source)
at org.jabref@5.3.262/org.jabref.gui.util.BackgroundTask$3.call(Unknown Source)
at org.jabref@5.3.262/org.jabref.gui.util.DefaultTaskExecutor$1.call(Unknown Source)
at org.jabref.merged.module@5.3.262/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered: