Closed jholster closed 13 years ago
I'm getting the following error with znc-0.092 running on Debian Lenny:
Connecting to [colloquy.mobi:7906] to send... -------------------------------------------------------------------------- {"device-token":"xxx","message":"hello","sender":"jholster","badge":1, \ "connection":"RA82GLO5133","server":"ZNC","sound":"Stoof.aiff"} -------------------------------------------------------------------------- (jholster) ZNC -> CLI [:jholster!jaakko@example.com PRIVMSG jholster :x] MOD::C::colloquy::jholster == SockError(Cannot assign requested address)
I can succesfully push a notification to my phone from the same server using this example script.
My c++ experience is extremely limited, but I would bet that something goes wrong with the SSL handshake. I just have no idea how to debug it further.
Problem resolved:
I had to disable my IPv6 Vhost-entry in znc.conf.
I'm getting the following error with znc-0.092 running on Debian Lenny:
I can succesfully push a notification to my phone from the same server using this example script.
My c++ experience is extremely limited, but I would bet that something goes wrong with the SSL handshake. I just have no idea how to debug it further.