Have installed a 1.6.15 + SSL patch and is using an already working .conf on a network where other bots works fine.
But when I start the bot it connects to the server (linknet, tested with different servers) but is disconnected direct. I can't see any errors in the log either. Does anyone have an idea what it could be?
[10:27] Trying server 217.204.9.58:7000
[10:27] net: connect! sock 7
[10:27] Connected to 217.204.9.58
[10:27] net: eof!(read) socket 7
[10:27] Disconnected from 217.204.9.58
[10:28] Trying server 130.240.22.203:7000
[10:28] net: connect! sock 7
[10:28] Connected to 130.240.22.203
[10:28] net: eof!(read) socket 7
[10:28] Disconnected from 130.240.22.203
[10:29] Trying server 129.241.150.132:7000
[10:29] net: connect! sock 7
[10:29] Connected to 129.241.150.132
[10:29] net: eof!(read) socket 7
[10:29] Disconnected from 129.241.150.132
[10:29] Trying server 217.204.9.58:7000
[10:29] net: connect! sock 7
[10:29] Connected to 217.204.9.58
[10:29] net: eof!(read) socket 7
[10:29] Disconnected from 217.204.9.58
Yes you where right, connecting to port 6667 (no SSL) works fine.
So why does it not connects with SSL then? It is patched and compiled with SSL support (no errors during compile) and OpenSSL is installed and I cannot see anything in logs.
well im assuming ( never used the ssl patch) that there is some setting that must be set to tell the bot to use ssl.. set use-ssl 1 or something perhaps? try reading the docs
gumbydammit wrote:well im assuming ( never used the ssl patch) that there is some setting that must be set to tell the bot to use ssl.. set use-ssl 1 or something perhaps? try reading the docs
I am stuck here also. Can't get my bot to connect to SSL port, and I have SSL patch installed.