Re: [Bug 263293] Re: Intrepid: Pidgin can't connect to MSN - lack of TLS

2008-09-09 Thread StoatWblr
Stefan Lesicnik wrote:
 Are you using the MSN - Advanced - Use Http method here?

 Can you confirm the address you have in the block for http method. I
 have

 gateway.messenger.hotmail.com
   

That's what I have too.

 It looks like yours is not using http method.

 From my debug without http method
   

Mine connects using HTTP, but then has random network error messages. 
This appears to be MSN connection errors exacerbated by a (not very) 
transparent proxy.

 This could be a regional thing as both of those addresses are listening on 
 port 1863  (test by telnet 65.54.239.20 1863)
 With this being said - does your network block outgoing to 65.54.239.20 on 
 port 1863?

It appears that way. I've verified from several other points and ISPs 
around the UK, with things being fine - except from AOL UK/Talk Talk.

I'm trying to get to the bottom of why the ISP is intercepting and
diverting the MSN port to a bogus connection refused, so far there's a
blanket denial they are filtering/blocking anything and a claim We don't 
support peer-to-peer networks and request our customers not use them. There's 
something very odd going on there and I don't like the feel of it.


 If so, try and use the http method and lets look at the debug log.
   

I'm trying to get a time when it's consistently getting problems long 
enough for me to shut down all other connections and log the errors.

AB

-- 
Intrepid: Pidgin can't connect to MSN - lack of TLS
https://bugs.launchpad.net/bugs/263293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 263293] Re: Intrepid: Pidgin can't connect to MSN - lack of TLS

2008-09-05 Thread StoatWblr
Stefan Lesicnik wrote:
 Hi Alan,

 Could you please use the current 2.5.1-ubuntu1 and paste the output from
 your debug window during a connect. (help, debug window)

 ** Changed in: pidgin (Ubuntu)
Status: Incomplete = In Progress

   

This is odd - I'm getting connection refused on
messenger.hotmail.com:1863


(10:31:16) *account:* Connecting to account [EMAIL PROTECTED]
(10:31:16) *connection:* Connecting. gc = 0xaa38be0
(10:31:16) *msn:* new httpconn (0xabb88e0)
(10:31:16) *dns:* DNS query for 'messenger.hotmail.com' queued
(10:31:16) *dns:* Created new DNS child 28056, there are now 1 children.
(10:31:16) *dns:* Successfully sent DNS request to child 28056
(10:31:16) *dns:* Got response for 'messenger.hotmail.com'
(10:31:16) *dnsquery:* IP resolved for messenger.hotmail.com
(10:31:16) *proxy:* Attempting connection to 65.54.239.20
(10:31:16) *proxy:* Connecting to messenger.hotmail.com:1863 with no proxy
(10:31:16) *proxy:* Connection in progress
(10:31:16) *proxy:* Connected to messenger.hotmail.com:1863.
(10:31:16) *proxy:* Error connecting to messenger.hotmail.com:1863 
(Connection refused).
(10:31:16) *proxy:* Connection attempt failed: Connection refused
(10:31:16) *msn:* Connection error: Connection refused
(10:31:16) *msn:* Connection error from Notification server 
(messenger.hotmail.com): Unable to connect
(10:31:16) *account:* Disconnecting account 0x9f381a0
(10:31:16) *connection:* Disconnecting connection 0xaa38be0
(10:31:16) *msn:* destroy the OIM 0xb236688
(10:31:16) *msn:* destroy httpconn (0xabb88e0)
(10:31:16) *connection:* Destroying connection 0xaa38be0
(10:31:21) *util:* Writing file accounts.xml to directory /home/alan/.purple
(10:31:21) *util:* Writing file /home/alan/.purple/accounts.xml
**

-- 
Intrepid: Pidgin can't connect to MSN - lack of TLS
https://bugs.launchpad.net/bugs/263293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 263293] Re: Intrepid: Pidgin can't connect to MSN - lack of TLS

2008-09-04 Thread StoatWblr
Stefan Lesicnik wrote:
 Hi,

 I am trying to confirm this bug. Pidgin 2.5.0 connects to MSN without
 any problem.
   
Stefan, please check your MSN profile's advanced setings and see if 
you're using http method


The http method works for connections, but tends to be unreliable during 
messaging sessions.

Thanks
Alan

-- 
Intrepid: Pidgin can't connect to MSN - lack of TLS
https://bugs.launchpad.net/bugs/263293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 263293] Re: Intrepid: Pidgin can't connect to MSN - lack of TLS

2008-09-04 Thread StoatWblr
Stefan Lesicnik wrote:
 Hi Alan,

 Thanks for the reply. My advanced connections was turned off, and I
 turned it on and reconnected and was able to have MSN conversations
 without an issue.  (I am also running 2.5.1 though).  I am not sure what
 you mean by it tends to be unreliable?
   

If you're behind an ISP who proxy everything then using the http mode 
results in periods fo 5-10 minutes at a time where attempting to send 
anything results in a connection error.

 Perhaps you would like to try 2.5.1 from my PPA and see if the error
 still persists?
   
I'll give it a try. Have you compiled with TLS enabled?

-- 
Intrepid: Pidgin can't connect to MSN - lack of TLS
https://bugs.launchpad.net/bugs/263293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 263293] Re: Intrepid: Pidgin can't connect to MSN - lack of TLS

2008-09-04 Thread StoatWblr
Stefan Lesicnik wrote:
 Perhaps you would like to try 2.5.1 from my PPA and see if the error
 still persists?
   

The error persists using your PPA version too.

I can connect using http, but not with a direct connection.

Is there any chance you can compile a test TLS version? Other reports 
have indicated that compiling from source with enable-tls=yes solves the 
problem. I haven't had a chance to grab sources and try yet.

Regards
Alan

-- 
Intrepid: Pidgin can't connect to MSN - lack of TLS
https://bugs.launchpad.net/bugs/263293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs