Hello,
I have upgraded my pyicq-t to 0.7a, activate the web interface, but
after I try to login to the web interface with my jid, I get the
following in the log
[2006-03-11 16:33:51] 192.168.1.2 - - [11/Mar/2006:15:33:51 +0000]
"GET / HTTP/1.1" 401 23 "-" "Mozilla/5.0 (compatible; Konqueror/3.5;
Linux) KHTML/3.5.1 (like Gecko) (Debian)"
[2006-03-11 16:34:00] INFO :: :: handler.WebInterface :: renderHTTP ::
{'username': '[EMAIL PROTECTED]', 'request': <GET / HTTP/1.1>,
'self': 'instance', 'password': 'xxxxxxxxx', 'ctx':
PageContext(tag=<web.handler.WebInterface object at 0x40adc4cc>,
remembrances={'nevow.inevow.ICurrentSegments': ('',),
'nevow.inevow.IRemainingSegments': ()})} ::
'[EMAIL PROTECTED]'
[2006-03-11 16:34:00] Starting factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0x40d65f8c>
[2006-03-11 16:34:00] <twisted.internet.tcp.Connector instance at
0x40d65f0c> will retry in 2 seconds
[2006-03-11 16:34:00] Stopping factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0x40d65f8c>
[2006-03-11 16:34:02] Starting factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0x40d65f8c>
[2006-03-11 16:34:02] <twisted.internet.tcp.Connector instance at
0x40d65f0c> will retry in 8 seconds
[2006-03-11 16:34:02] Stopping factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0x40d65f8c>
[2006-03-11 16:34:11] Starting factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0x40d65f8c>
[2006-03-11 16:34:11] <twisted.internet.tcp.Connector instance at
0x40d65f0c> will retry in 22 seconds
[2006-03-11 16:34:11] Stopping factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0x40d65f8c>
I have see something like this on the mailing list, about allowing
non-ssl to the jabber server. I can login to my jabber server with or
without ssl. When I try to login to the web interface and do a netstat
at the same time, I can't see anything except
tcp 0 0 0.0.0.0:12001 0.0.0.0:*
LISTEN (I have changed the default port)
Any ideas ?
Regards
Nicolas