I can connect with PSI using SSL to my Jabber host, but Pidgin just sits there. I wish I could provide more information but there appear to be no logs. Can anyone tell me if they have had any luck? I suspect Pidgin does not trust the self-signed cert in my Jabber server and I'm not sure how I'd tell it to trust me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
pidgin doesn't verify certificates at all, so that's not the problem, check the Debug Window in pidgin when you try to connect to see what it says is happening.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can connect with PSI using SSL to my Jabber host, but Pidgin just sits there. I wish I could provide more information but there appear to be no logs. Can anyone tell me if they have had any luck? I suspect Pidgin does not trust the self-signed cert in my Jabber server and I'm not sure how I'd tell it to trust me
pidgin doesn't verify certificates at all, so that's not the problem, check the Debug Window in pidgin when you try to connect to see what it says is happening.
(08:50:39) jabber: Sending: <?xml version='1.0' ?>
(08:50:39) jabber: Sending: <stream:stream to='whatever.com@whatever.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
(08:50:39) jabber: Recv (413): <?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="whatever.com" id="30207421" xml:lang="en" version="1.0"><stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>GSSAPI</mechanism><mechanism>PLAIN</mechanism></mechanisms></stream:features>
(08:50:39) jabber: Sending: <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
(08:50:39) jabber: Recv (50): <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
And that's as far as I get
What version of pidgin? What SSL library is it built with?