MCMicS
MCMicS
What is not working for you exactly? if you configure proxy in IDE it will be used Was implemented with 0.13.17 See #406
Sorry for this. I can investogate the issue next week. Is the setup available for me to test against? The log say tha connection timeout for `10.120.212.164`. This sound like...
I try to create such a setup. I tested with two proxies before but maybe I overlooked something. I simply use the proxy setting from IDE. But may I forgot...
Hi @sivasuc I tried to reproduce but on my machine it seems to work. Startet a SOCKS Proxy on port 1080 und configured it in IDE  Then used the...
It looks fine on first look. Have you tried to setup the proxy url manually instead of use automatic detection in IDE? And please increse the timeout setting because we...
And tried the increase of timeout setting? i prepare a app with additional logs. Maybe I find the cause for the issue it is hard to say where the issue...
I created extended logging version. can you please enable debug logs: ``` org.codinjutsu.tools.jenkins #org.codinjutsu.tools.jenkins:trace ```  you should see logs in idea.log like: `Sending HEAD request to`, `Executing POST` or...
> > And tried the increase of timeout setting? i prepare a app with additional logs. Maybe I find the cause for the issue > > it is hard to...
can you try following curl HEAD request only: ``` curl -I -v --connect-timeout 10 -x socks5h://localhost:1080 https://jenkins_server/api/json ``` your log show a `10.120.xx.xx` IP Is this the IP of the...
Hard to find. Maybe i enable logging of underlying http request to see the reason. its strange that the stackstrace says timeout for the accessing the ip adress i have...