Page 1 of 1

Forms redirecting to https://i2pforum.i2p

Posted: 21 Mar 2021 22:08
by zzz
Both the login form and the post-new-topic form on forum.i2p redirect to https://i2pforum.i2p/...

Apparently, in the P-R-G, The POST still worked, but the REDIRECT to GET is to https

Workaround is to go up to the browser bar, remove the 's' but that's not too much fun...

Re: Forms redirecting to https://i2pforum.i2p

Posted: 22 Mar 2021 17:39
by echelon
Hi

thx, will look into.
Not easy while system runs in i2p and clearnet.

echelon

Re: Forms redirecting to https://i2pforum.i2p

Posted: 25 Mar 2021 17:24
by echelon
Hi

Ok, not found a easy solution for me.

Is there a way to enable https on i2p tunnels with apache2 server in background?
That way https://i2pforum.i2p will work

(I use https connection to https://i2pforum.net in background)

echelon

Re: Forms redirecting to https://i2pforum.i2p

Posted: 25 Mar 2021 18:42
by echelon
Added https to i2pforum.i2p.
Users will see a cert warning, as the cert is set to i2pforum.net and cannot include i2pforum.i2p yet (clearnet authority cannot verify .i2p addresses).
Need to accet the warning and wrong cert.

Ok, with the setting targetForPort.443=ServerIP:SSLPort in advanced options for the server tunnel it forwards SSL to that serverIP.

Currently the connection from I2P router to Server cannot be SSL, else it would do SSL over SSL, which provokes a error (checkmark use ssl connection disabled in tunnel setting).

This will be fixed soon in source.

thx zzz

echelon