Closed za3ter2p closed 4 years ago
It works fine for me. Can you tell me:
java -version
1.
user@host:~$ java -version openjdk version "11.0.7" 2020-04-14 OpenJDK Runtime Environment (build 11.0.7+10-post-Debian-3deb10u1) OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Debian-3deb10u1, mixed mode, sharing)
any website no specific , e.g duckduckgo
Debian 10 Buster
hrj:
It works fine for me. Can you tell me:
- output of
java -version
- url of a website that fails
- which OS (although our code is platform independent, CA certificates are usually provided by the OS to Java)
I faced a similar problem on a fresh install of Debian 10 just two days back.
Make sure these two packages are installed ca-certificates
and ca-certificates-java
.
Then, try running update-ca-certificates
.
You can test if your setup is working by wget -O/dev/null https://duckduckgo.com
.
And with jshell checkGet.jshell
, where checkGet.jshell
is this script.
Ok i reinstall it and it worked , the issue is if you modify the connection within the browser by adding lets say localhost or 127.0.0.1 , port xxxx it wont connect.
you can try that for e.g with I2P once running it, you can change browser connection to 127.0.0.1 port 4444 (for browsing .i2p)
and to reach its interface its on 127.0.0.1:7657 (this as well wont show up in the browser)
So we have 2 issues:
Can you try with a simple server such as python -m SimpleHTTPServer
?
We test all the time with localhost with different ports, both interactively and through CI.
If the problem is specific to i2p let's track it under #255.
python -m SimpleHTTPServer
user@host:~$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
^CTraceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/lib/python2.7/SimpleHTTPServer.py", line 235, in
If the problem is specific to i2p let's track it under #255.
I figured out what was the problem, i should Tick "Bypass proxy for localhost addresses" otherwise it will show that error which i dont understand what is going on.
Browsing anything will give: