Can't connect to Openfire server

385 views
Skip to first unread message

wroot

unread,
Aug 14, 2017, 11:49:31 AM8/14/17
to Psi-Users
A few years ago it worked fine (with 0.15 version back then i think). But probably starting with Openfire 3.9 branch or 4.0 it now just tries connecting forever and never does. Weirdly enough, Psi+ 0.16 connects just fine. I don't see anything related on the Openfire side in the logs. Tried with 1.2 version released recently. Same result. During the installation it fails to install vcredist_x64. As i already have newer version. But it doesn't seem related.

wroot

unread,
Aug 14, 2017, 11:51:04 AM8/14/17
to Psi-Users
One more thing. When i first connect, it shows the certificate confirmation window. So initial connection does occur. But after i accept the certificate it doesn't connect.

Rion

unread,
Aug 14, 2017, 4:21:53 PM8/14/17
to psi-...@googlegroups.com
I believe I already heard this story already. 
regarding vcredist, I reuploaded installer a few days ago. it should install redist at least if it doesn't conflict with anything.

If this server is public, probably I could debug it. Btw does disabling encryption helps? Are you sure there were no any xml transfer?

Best Regards,
Sergey

2017-08-14 20:51 GMT+05:00 wroot <wro...@gmail.com>:
One more thing. When i first connect, it shows the certificate confirmation window. So initial connection does occur. But after i accept the certificate it doesn't connect.

--
You received this message because you are subscribed to the Google Groups "Psi-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+unsubscribe@googlegroups.com.
To post to this group, send email to psi-...@googlegroups.com.
Visit this group at https://groups.google.com/group/psi-users.
For more options, visit https://groups.google.com/d/optout.

wroot

unread,
Aug 14, 2017, 5:01:45 PM8/14/17
to Psi-Users
I have redownloaded the installer. Still can't install vcredist. I already have 14.0.24215 installed and it tries to install 14.0.23918, so i assume that's the cause.

I will try to get you a test account on the public Openfire server (which i also can't connect to). I was first testing with a test server on my PC. I have tried a number of different options. Disabling encryption doesn't help either. But there is an XML output after all, not sure why it didn't show up first. Not sure if it will be helpful though.

<?xml version="1.0"?>

<stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace" to="wroot" xmlns="jabber:client">

<?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="wroot" id="a76izzmenl" xml:lang="en" version="1.0">

<stream:features>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>PLAIN</mechanism>
<mechanism>ANONYMOUS</mechanism>
<mechanism>SCRAM-SHA-1</mechanism>
<mechanism>CRAM-MD5</mechanism>
<mechanism>DIGEST-MD5</mechanism>
<mechanism>JIVE-SHAREDSECRET</mechanism>
</mechanisms>
<compression xmlns="http://jabber.org/features/compress">
<method>zlib</method>
</compression>
<register xmlns="http://jabber.org/features/iq-register"/>
</stream:features>

<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-1">biwsbj1taXJhLHI9K01ndkZyT0dyK1hsUThiVElxWHV2V3BHK01ZQTRxbzA2V3lrUVpQRFZmST0=</auth>

<challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj0rTWd2RnJPR3IrWGxROGJUSXFYdXZXcEcrTVlBNHFvMDZXeWtRWlBEVmZJPTAzNzQ0MzQwLTY0NDItNDBlMy05NTg1LTA5MzIwMDM1ZGVkNyxzPWJCc3hEc0RzeWpiZTkzbWU4SCt1eHdHZCtKVmxzaDQ1LGk9NDA5Ng==</challenge>

<response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9K01ndkZyT0dyK1hsUThiVElxWHV2V3BHK01ZQTRxbzA2V3lrUVpQRFZmST0wMzc0NDM0MC02NDQyLTQwZTMtOTU4NS0wOTMyMDAzNWRlZDcscD1haTBkVjVMYnpQQmhLYUpkWHBSblNVMTh1RU09</response>

<success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1KLzY1R2hyMUpLNDF4eTFXSGRDZTZpb3VtL1k9</success>

<?xml version="1.0"?>

<stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace" to="wroot" xmlns="jabber:client">

<?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="wroot" id="a76izzmenl" xml:lang="en" version="1.0">

<stream:features>
<compression xmlns="http://jabber.org/features/compress">
<method>zlib</method>
</compression>
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/>
<session xmlns="urn:ietf:params:xml:ns:xmpp-session">
<optional/>
</session>
<sm xmlns="urn:xmpp:sm:2"/>
<sm xmlns="urn:xmpp:sm:3"/>
</stream:features>

<iq type="set" id="bind_1">
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
<resource>wroot</resource>
</bind>
</iq>

<iq xmlns="jabber:client" type="result" id="bind_1" to="wroot/a76izzmenl">
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
<jid>mira@wroot/wroot</jid>
</bind>
</iq>

<enable xmlns="urn:xmpp:sm:3" resume="true"/>

<enabled xmlns="urn:xmpp:sm:3"/>


On Monday, August 14, 2017 at 11:21:53 PM UTC+3, Rion wrote:
I believe I already heard this story already. 
regarding vcredist, I reuploaded installer a few days ago. it should install redist at least if it doesn't conflict with anything.

If this server is public, probably I could debug it. Btw does disabling encryption helps? Are you sure there were no any xml transfer?

Best Regards,
Sergey

2017-08-14 20:51 GMT+05:00 wroot <wro...@gmail.com>:
One more thing. When i first connect, it shows the certificate confirmation window. So initial connection does occur. But after i accept the certificate it doesn't connect.

--
You received this message because you are subscribed to the Google Groups "Psi-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+...@googlegroups.com.

wroot

unread,
Aug 14, 2017, 5:06:41 PM8/14/17
to Psi-Users
I have a test account. How should i give you the credentials? I can probably just post it here and then ask to remove the account after the testing.

Rion

unread,
Aug 14, 2017, 5:10:10 PM8/14/17
to psi-...@googlegroups.com
my jabber: rion at jabber.ru

Best Regards,
Sergey

2017-08-15 2:06 GMT+05:00 wroot <wro...@gmail.com>:
I have a test account. How should i give you the credentials? I can probably just post it here and then ask to remove the account after the testing.

--
You received this message because you are subscribed to the Google Groups "Psi-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+unsubscribe@googlegroups.com.

wroot

unread,
Aug 15, 2017, 3:19:17 AM8/15/17
to Psi-Users
I've sent you the info from wroot at igniterealtime.org

Rion

unread,
Aug 15, 2017, 3:36:38 AM8/15/17
to psi-...@googlegroups.com
Hm. No new messages.
Can you join xmpp:psi...@conference.jabber.ru?join ? I'm always there.

Best Regards,
Sergey

2017-08-15 12:19 GMT+05:00 wroot <wro...@gmail.com>:
I've sent you the info from wroot at igniterealtime.org

--

wroot

unread,
Aug 15, 2017, 5:49:20 AM8/15/17
to Psi-Users
Oh, it seems s2s is blocked from igniterealtime.org to jabber.ru. So i have joined the psi-dev room with wroot at jabber.at. Not seeing you though. PM me there, when you are in.


On Tuesday, August 15, 2017 at 10:36:38 AM UTC+3, Rion wrote:
Hm. No new messages.
Can you join xmpp:psi-dev@conference.jabber.ru?join ? I'm always there.

Best Regards,
Sergey

2017-08-15 12:19 GMT+05:00 wroot <wro...@gmail.com>:
I've sent you the info from wroot at igniterealtime.org

--
You received this message because you are subscribed to the Google Groups "Psi-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+...@googlegroups.com.

sergei....@gmail.com

unread,
Aug 15, 2017, 5:45:26 PM8/15/17
to Psi-Users
I've got the same problem. Psi 1.2 doesn't connect to our local Openfire server (v4.1.5). The previous stable version 0.15 still works fine. And there were no errors during Psi 1.2 (windows_x64) installation. Windows 10 Professional x64 Creators Update v1703.

понедельник, 14 августа 2017 г., 18:49:31 UTC+3 пользователь wroot написал:

wroot

unread,
Aug 15, 2017, 11:43:34 PM8/15/17
to Psi-Users
Weird. For me neither 0.15 nor 1.2 connects. I have handed Rion a test account on a public server and he will try to debug this when he can.

Rion

unread,
Aug 19, 2017, 5:40:59 AM8/19/17
to psi-...@googlegroups.com
I've fixed this in git

Best Regards,
Sergey

--
You received this message because you are subscribed to the Google Groups "Psi-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+unsubscribe@googlegroups.com.

wroot

unread,
Aug 19, 2017, 7:54:36 AM8/19/17
to Psi-Users
Great. What is the ETA for the next release?


On Saturday, August 19, 2017 at 12:40:59 PM UTC+3, Rion wrote:
I've fixed this in git

Best Regards,
Sergey

2017-08-16 8:43 GMT+05:00 wroot <wro...@gmail.com>:
Weird. For me neither 0.15 nor 1.2 connects. I have handed Rion a test account on a public server and he will try to debug this when he can.

On Wednesday, August 16, 2017 at 12:45:26 AM UTC+3, sergei....@gmail.com wrote:
I've got the same problem. Psi 1.2 doesn't connect to our local Openfire server (v4.1.5). The previous stable version 0.15 still works fine. And there were no errors during Psi 1.2 (windows_x64) installation. Windows 10 Professional x64 Creators Update v1703.

--
You received this message because you are subscribed to the Google Groups "Psi-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+...@googlegroups.com.

Rion

unread,
Aug 19, 2017, 11:24:55 AM8/19/17
to psi-...@googlegroups.com
Probably I can fix a few more minor problems and release 1.3 in a few days.
Or it's possible to use nightly builds of Psi+

Best Regards,
Sergey

To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+unsubscribe@googlegroups.com.

alfons bruyninckx

unread,
Sep 17, 2017, 4:48:10 PM9/17/17
to Psi-Users


Op maandag 14 augustus 2017 17:49:31 UTC+2 schreef wroot:

alfons bruyninckx

unread,
Sep 19, 2017, 4:45:22 AM9/19/17
to psi-...@googlegroups.com
Dear

Sorry but I think if it's free, I'll take it for free as well.
bet and rides are compulsory.
but I already pay enough for the bet and rules.
What I read all on the website that I have to adhere to is that strange that I have to pay for it.
May not earn anything odd my employer has to pay me for the work I do for him.
We can be glad that sun goes for nothing
Thank you for your appointment.

kind regards
Alfons

2017-09-17 22:48 GMT+02:00 alfons bruyninckx <alfons.br...@gmail.com>:


Op maandag 14 augustus 2017 17:49:31 UTC+2 schreef wroot:
A few years ago it worked fine (with 0.15 version back then i think). But probably starting with Openfire 3.9 branch or 4.0 it now just tries connecting forever and never does. Weirdly enough, Psi+ 0.16 connects just fine. I don't see anything related on the Openfire side in the logs. Tried with 1.2 version released recently. Same result. During the installation it fails to install vcredist_x64. As i already have newer version. But it doesn't seem related.

--
You received this message because you are subscribed to a topic in the Google Groups "Psi-Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/psi-users/mXsnHktfV9A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to psi-users+unsubscribe@googlegroups.com.

Rion

unread,
Sep 19, 2017, 4:50:53 AM9/19/17
to psi-...@googlegroups.com
This bug was already fixed but not yet included to any release. Absolutely free nightly versions are available though on the same sourceforge page as the latest release.

19 сент. 2017 г. 13:45 пользователь "alfons bruyninckx" <alfons.br...@gmail.com> написал:

--
You received this message because you are subscribed to the Google Groups "Psi-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psi-users+unsubscribe@googlegroups.com.

Rion

unread,
Sep 25, 2017, 3:57:54 PM9/25/17
to Psi-Users
Psi-1.3 is released with Openfire fix

понедельник, 14 августа 2017 г., 20:49:31 UTC+5 пользователь wroot написал:

wroot

unread,
Sep 28, 2017, 3:32:40 PM9/28/17
to Psi-Users
Just tested. It works indeed. Thanks
Reply all
Reply to author
Forward
0 new messages