ThatGamerBlue Posted September 23, 2017 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
The Undefeated Posted September 23, 2017 Posted September 23, 2017 Try to start it with CLI. https://osbot.org/forum/topic/118831-cli-commands-table/
ThatGamerBlue Posted September 23, 2017 Author 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
Zappster Posted September 23, 2017 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
ThatGamerBlue Posted September 23, 2017 Author 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?
ThatGamerBlue Posted September 23, 2017 Author 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
Zappster Posted September 25, 2017 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