SELF_URL_PATH error, but address matches

Hello-

I am travelling and using Wifi at my resort, so I don’t know if that can have an affect (it never has before.) I have had TTRSS for years without trouble. I started getting the SELF_URL_PATH error intermittently (but more often than not) on vacation. However, the address it shows in the error that it expects to be in the CONFIG file IS the address in the CONFIG file, and it is the address I am using. So, my browser address matches my SELF_URL_PATH in the CONFIG file matches the address the error message is telling me to adjust the CONFIG file to reflect.

I have look at the FAQ, and don’t see this issue. I do see where I can override the CONFIG file to not check the address, which is not recommended, but I may still do that temporarily. But I was just wondering if there is any other debugging I should do, or if it could be a bug in the software.

I wondered if the Wifi I am using could be changing the address TTRSS is picking up, but if it was, I would think that incorrect address would show up in the error message, instead of the proper address.

I can’t login to see the version I am on right now, but I did manually run an update to ensure I am on the latest version, which did not help.

Thank you!

you might be being MITMed by your hotel or its ISP. if you don’t care about that, you can add the following to config.php:

define('_SKIP_SELF_URL_PATH_CHECKS', true);

this would disable self url path checks. as long as you understand the implications of someone, maybe, snooping on your traffic.

Thank you. That did work, so I will take my chances.

I just figured that the address it was telling me in the CONFIG is what TTRSS was “seeing.” If my communication was being intercepted/rerouted and triggering it, I would have thought it would say the CONFIG.PHP needs to be “http://russia” rather than the actual address I was using.

Anyway, thanks again.

needs to be “http://russia

image