Closed AlekseiKhatkevich closed 4 weeks ago
Maybe because you trying to run both Java I2P and I2Pd http proxy on same port at one time?
Maybe because you trying to run both Java I2P and I2Pd http proxy on same port at one time?
Well, i2p is swithed off while i2pd is working.
Nobody uses port 4444
sudo ss -tunlp | grep 4444 - > None
But 4447 in use by i2pd
sudo ss -tunlp | grep 4447
tcp LISTEN 0 4096 127.0.0.1:4447 0.0.0.0:* users:(("i2pd",pid=5557,fd=35))
Please share your i2pd.conf and check if data path on webconsole is correct.
Data path: -- /var/lib/i2pd conf path -- /var/lib/i2pd/i2pd.conf file attached. Had to zip it to pass a file type validation.
Plus i have found this 2 lines in log file: 12:05:24@30/warn - HTTPProxy: Outproxy failure for classify-client.services.mozilla.com: no outproxy enabled ... 12:05:29@30/warn - HTTPProxy: Sock recv got error: asio.misc:2 ... HTTPProxy: Error when creating the stream, check the previous warnings for more info ...
You included symbolic link, not config itself.
Also, check if port 4444 is not used by other software, using netstat
.
t/o
This is rather question than issue, anyway
How to switch on http proxy?
I have as well i2p classic java based version installed and with this http proxy and outproxy works well, but not with i2pd What should i do to switch on http proxy and outproxy?