[Pidgin] #2432: Pidgin is not connecting when using XMPP under special conditions
Pidgin
trac at pidgin.im
Tue Aug 7 13:16:09 EDT 2007
#2432: Pidgin is not connecting when using XMPP under special conditions
------------------------------+---------------------------------------------
Reporter: Valgoerad | Owner: datallah
Type: defect | Status: new
Priority: minor | Milestone:
Component: winpidgin (gtk) | Version: 2.1.0
Resolution: | Keywords:
Pending: 0 |
------------------------------+---------------------------------------------
Comment (by deryni):
stunnel sets up an encrypted connection to an unencrypted port, which is
why ejabberd was offering starttls over it (unfortunately starttls over an
already encrypted connection makes no sense) which is why pidgin was
failing and psi/pandion were working. A direct proxy from 443 to 5223
would work with old SSL because the proxy would just forward packets,
stunnel negotiates its own SSL connection. Though why pidgin is responding
to starttls over an SSL link I am not at all sure, it probably shouldn't
(assuming that is in fact not valid).
In summary: plain or starttls directly to 5222, ssl to 5223, proxy across
to either, stunnel to 5222 (without starttls).
--
Ticket URL: <http://developer.pidgin.im/ticket/2432#comment:9>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list