You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using blabber.im account. The server has several SRV records and from time to time BOT can't connect.
Is it possible to ignore TLS port 443 or to set a fix hostname with port 5222 ?
Here is the error message:
Invalid debugflag given: always
Invalid debugflag given: nodebuilder
DEBUG:
DEBUG: Debug created for /usr/lib/python2.7/dist-packages/xmpp/client.py
DEBUG: flags defined: always,nodebuilder
DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance at 0x7f47a7d1d5f0> into <xmpp.client.Client instance at 0x7f47a7d1d518>
DEBUG: socket start Successfully connected to remote host ('erebos.xmpp.blabber.im.', 443)
DEBUG: tls start Plugging <xmpp.transports.TLS instance at 0x7f47a7d1d638> into <xmpp.client.Client instance at 0x7f47a7d1d518>
Traceback (most recent call last):
File "bot.py", line 232, in <module>
cl.connect(proxy=settings.proxy)
File "/usr/lib/python2.7/dist-packages/xmpp/client.py", line 200, in connect
if not CommonClient.connect(self,server,proxy,secure,use_srv) or secure<>None and not secure: return self.connected
File "/usr/lib/python2.7/dist-packages/xmpp/client.py", line 178, in connect
transports.TLS().PlugIn(self,now=1)
File "/usr/lib/python2.7/dist-packages/xmpp/transports.py", line 274, in PlugIn
if now: return self._startSSL()
File "/usr/lib/python2.7/dist-packages/xmpp/transports.py", line 308, in _startSSL
tcpsock._sslObj = ssl.wrap_socket(tcpsock._sock, None, None)
File "/usr/lib/python2.7/ssl.py", line 931, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python2.7/ssl.py", line 599, in __init__
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
socket.error: [Errno 0] Error
Best regards
Dominion
The text was updated successfully, but these errors were encountered:
Hi,
I'm using blabber.im account. The server has several SRV records and from time to time BOT can't connect.
Is it possible to ignore TLS port 443 or to set a fix hostname with port 5222 ?
Here is the error message:
Best regards
Dominion
The text was updated successfully, but these errors were encountered: