I2PPlus / i2pplus

I2P+ is a soft-fork of the Java I2P Anonymizing Network Layer
https://i2pplus.github.io/
Other
31 stars 7 forks source link

I2Pplus not compatible with I2P browser bundle #1115

Open Destroyinator69420 opened 2 years ago

Destroyinator69420 commented 2 years ago

When I install I2Pplus after installing the I2P and the associated firefox profile, the firefox profile refuses to work. It cannot access the router console.

To recreate:

  1. use windows 11
  2. install i2p 1.7.0
  3. install the i2p browser profile
  4. restart i2p
  5. install i2p+
  6. launch i2p browser profile
  7. it cant access the router console.

All the best, Destroyer

vituperative commented 2 years ago

You could try adding the following line to your %appdata%\i2p\router.config file: routerconsole.redirectToHTTPS=false

That will prevent auto-redirection from http to https for the console. If that doesn't work, I'm not sure what to suggest.