Proxy is still used after turning it off (Idea/Android Studio)

Hello, I enabled and after that disabled Yast’s Proxy and IDE’s proxy but currently can’t load packages even after reboot and cleanup projects. I can’t use any IDE: Intellij and Android Studio even if proxy was turned on only on one of them. I even made a rollback in Snapper .
The sample of errors:

Caused by: org.gradle.api.resources.ResourceException: Could not get resource 'https://services.gradle.org/distributions/gradle-6.8.3-src.zip'.
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to http://192.168.1.3:8080 [/192.168.1.3] failed: Connection refused (Connection refused)

The http://192.168.1.3:8080 is my proxy’s address but I tried to turn it off and even clean it up, so I can’t find where it comes from.

In Yast Proxy I can see the address is still used even if I clean it and relogin. At least, proxy is disabled.

At least is it possible to make a false proxy? What should I use?

It looks like the problem in IDE cache. I run the project with another user account.

Or maybe the issue is with settings cache. Tried to clean IDE settings - it didn’t help

It looks like the problem was in Gradle cached settings.

To disable the proxy you can have a look at /etc/sysconfig/proxy

If you need help with that, please share the output of:

cat /etc/sysconfig/proxy | grep -vP '^($|#)'