ThatGamerBlue Posted September 23, 2017 Share Posted September 23, 2017 The network I'm on has blocked OSBot, but I can access it using a proxy. However when I launch OSBot client I get "Server-client communication security breach 2." in java console and "Cannot connect to OSBot." on the login screen. log.txt Quote Link to comment Share on other sites More sharing options...
The Undefeated Posted September 23, 2017 Share Posted September 23, 2017 Try to start it with CLI. https://osbot.org/forum/topic/118831-cli-commands-table/ Quote Link to comment Share on other sites More sharing options...
ThatGamerBlue Posted September 23, 2017 Author Share Posted September 23, 2017 6 minutes ago, The Undefeated said: Try to start it with CLI. https://osbot.org/forum/topic/118831-cli-commands-table/ Nope Quote Link to comment Share on other sites More sharing options...
Zappster Posted September 23, 2017 Share Posted September 23, 2017 You can set your JVM to use a proxy; java -Dhttp.proxyHost=10.10.10.10 -Dhttp.proxyPort=8080 -Dhttp.proxyUser=username -Dhttp.proxyPassword=password -jar myJar.jar Quote Link to comment Share on other sites More sharing options...
ThatGamerBlue Posted September 23, 2017 Author Share Posted September 23, 2017 23 minutes ago, Zappster said: You can set your JVM to use a proxy; java -Dhttp.proxyHost=10.10.10.10 -Dhttp.proxyPort=8080 -Dhttp.proxyUser=username -Dhttp.proxyPassword=password -jar myJar.jar Does this work for socks proxies/https? Quote Link to comment Share on other sites More sharing options...
ThatGamerBlue Posted September 23, 2017 Author Share Posted September 23, 2017 @Alek any black magic trickery i can do on the command line or with a wrapper? i noticed that the trust manager is being specifically set by osbot so any wrapper i made got overwritten with your manager Quote Link to comment Share on other sites More sharing options...
Zappster Posted September 25, 2017 Share Posted September 25, 2017 On 23/09/2017 at 1:54 PM, 3qTQlBnsOsyfetvA said: Does this work for socks proxies/https? Works for socks, not sure about http proxies, just give it a whirl Quote Link to comment Share on other sites More sharing options...
PKFreak Posted December 17, 2017 Share Posted December 17, 2017 I have the same issue, any resolution yet? Quote Link to comment Share on other sites More sharing options...