aMSN Forums
May 24, 2013, 01:34:50 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: 1 2 3 [4] 5 6 7
  Print  
Author Topic: aMSN login error  (Read 62951 times)
reno
Newbie

Offline Offline

Posts: 2


View Profile
« Reply #45 on: April 15, 2006, 09:03:20 am »

Congratulations vivia ! It works for me too ! Great job !
r
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #46 on: April 15, 2006, 05:37:40 pm »

Thanx for feedback !!! It's an important issue so I really wanted as much feedback as possible - so don't only come here to complain when it doesn't work, also tell me "it works now" !
Logged
pibi
Newbie

Offline Offline

Posts: 6


View Profile
« Reply #47 on: April 17, 2006, 03:19:04 pm »

I've had the same problem (password error when logging in with http and proxy). Thanks to vivia, now it works again. Great job!

But there is another question: It seems to me that aMSN does not recognize the "tls-directory" setting in the config file. After compiling and installing tls-1.41 I changed the setting to /usr/local/lib (my install-path) but aMSN still claimed the missing tls-support. A copy of the tls files to the ~/.amsn/plugins didnt help either.

Then I tried  the tip with the amsn-console (ctrl-s) and "package require tls". This told me:
Code:
"could't load file /home/pit/.amsn/plugins/../libtls1.41.so"
Note the two dots! After copying the tls libs to /home/pit/.amsn everything worked out fine. The file tsl.tcl on the other hand is recognized in the plugins-directory. Strange.

Greetings from Switzerland
Pit.
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9428


View Profile WWW
« Reply #48 on: April 17, 2006, 09:10:12 pm »

pibi : it's not amsn's fault or anything, it's just the way tls works, the reason is simple, tls should be installed in
Code:
/usr/lib/tls1.50/
so you have the files
Code:
/usr/lib/tls1.50/tls.tcl
and
Code:
/usr/lib/tls1.50/pkgIndex.tcl
but the .so should be in
Code:
/usr/lib/
so you have
Code:
/usr/lib/libtls1.50.so
which means that in the pkgIndex.tcl file, you need to load the file in the previous directory, so pkgIndex.tcl contains a
Code:
load [file join $dir .. libtls1.50.so]


p.s. : tls1.50 or tls1.41 it's the same concept...
Logged

KaKaRoTo
ingeras
Newbie

Offline Offline

Posts: 2


View Profile
« Reply #49 on: April 18, 2006, 09:08:25 am »

works
you are the best Wink
just had to manualy copy the files to /usr/share/amsb as make install did'nt do it proprely
on my gentoo
Logged
mvrk
Newbie

Offline Offline

Posts: 7


View Profile
« Reply #50 on: April 18, 2006, 09:33:21 am »

I've got the same problem, i'm behind a proxy wich has authentication... but i can connect with gaim, so maybe it was some alteration in the msn servers but it seems gaim didnt' suffer with those alterations, so i think amsn could have some http connection/proxy implementation problem.
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #51 on: April 18, 2006, 12:35:05 pm »

mvrk : PLEASE READ THE THREAD!!!!!!!!!!! :@

I explained the alteration, I explained why amsn suffered and other clients didn't, and I explained what you have to do to fix it!

Please DO NOT come back to this thread until you have read and understood the problem and taken the appropriate steps to solve it (I won't tell you what it is, READ ABOVE!)
Logged
Brain1127
Newbie

Offline Offline

Posts: 21


View Profile
« Reply #52 on: April 20, 2006, 07:29:51 am »

Thanks for vivia.
but i still have problems

i use amsn_cvs.tar.gz,and installed.
updated tls to 1.50
and I still cannot log in.
error as:
Code:

[13:32:57] save_config: Config saved
[13:33:52] ::HTTPConnection::Connected: Proxy connected!!
[13:33:52] ::HTTPConnection::Connected: PROXY SEND (ns)
POST http://gateway.messenger.hotmail.com/gateway/gateway.dll?Action=open&Server=NS&IP=messenger.hotmail.com HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: MSMSGS
Host: gateway.messenger.hotmail.com
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Pragma: no-cache
Content-Type: application/x-msn-messenger
Content-Length: 0


[13:33:52] -----------------------------------------
[13:33:52] >>> GOT TCL/TK ERROR : {{SSL channel "sock10": error: unknown protocol}}
>>> Stack:
SSL channel "sock10": error: unknown protocol
>>> Code: SSL {unknown protocol}
[13:33:52] -----------------------------------------
[13:33:52] >>> AMSN version: 0.96b - AMSN date: 12/22/2005
[13:33:52] >>> TCL version : 8.4.12 - TK version : 8.4.12
[13:33:52] >>> tcl_platform array content : osVersion 2.6.15-1.2054_FC5 byteOrder littleEndian threaded 1 machine i686 platform unix os Linux user root wordSize 4
[13:33:52] -----------------------------------------

[13:33:52] ::HTTPConnection::ConnectReply
[13:33:52] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Thu, 20 Apr 2006 05:32:39 GMT

 
[13:33:52] cmsn_auth starting, stat=a
[13:33:52] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Thu, 20 Apr 2006 05:29:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=881677548.14844; GW-IP=207.46.7.1

 
[13:33:53] ::HTTPConnection::Write: PROXY POST Sending: (ns)
POST http://207.46.7.1/gateway/gateway.dll?SessionID=881677548.14844 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: MSMSGS
Host: 207.46.7.1
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Pragma: no-cache
Content-Type: application/x-msn-messenger
Content-Length: 131

VER 1 MSNP12 CVR0
CVR 2 0x0409 winnt 5.1 i386 MSG80BETA 8.0.0365 msmsgs Brain1127@hotmail.com
USR 3 TWN I Brain1127@hotmail.com

[13:33:53] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Thu, 20 Apr 2006 05:32:41 GMT


PS:AMSN is the only msn client I can use throw my proxy server.
[/code]
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #53 on: April 20, 2006, 11:38:43 am »

Are you sure you do have the latest version of amsn_cvs.tar.gz ? Redownload just in case. If the problem persists, I think your proxy doesn't support SSL connections - try viewing one https page in your browser, does this work?
Logged
Brain1127
Newbie

Offline Offline

Posts: 21


View Profile
« Reply #54 on: April 20, 2006, 12:33:55 pm »

I use the download link pinned at the announcement area

My proxy only opens port 80.
But I can use url like https://**** in my browser.Like gmail,passport.net and hotmail. but speed is ugly.
Did the proxy MUST open its port 443?
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #55 on: April 20, 2006, 02:14:54 pm »

Yes, after recent changes by Microsoft servers, it is obligatory Sad But I am talking about the REMOTE port 443, not the proxy's port.

If you can use https , then it will get through, most probably something times out. Please send your status log and protocol log (Ctrl+S and Ctrl+D from aMSN's main window) so I can see where the timeout is. You did post your status log before, but I need more information before this... please send the whole thing ok?

And: THANX for reading the announcement area. Smiley
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9428


View Profile WWW
« Reply #56 on: April 21, 2006, 01:25:49 am »

also, give us the content of the cvs_date file.
Logged

KaKaRoTo
Brain1127
Newbie

Offline Offline

Posts: 21


View Profile
« Reply #57 on: April 21, 2006, 02:00:15 am »

Thanks for your advice

the Log is  a very long file .
Code:

[08:17:05] Executing : ::config::getKey nossl
[08:17:05] 1
[08:17:11] ::HTTPConnection::Connected: Proxy connected!!
[08:17:11] ::HTTPConnection::Connected: PROXY SEND (ns)
POST http://gateway.messenger.hotmail.com/gateway/gateway.dll?Action=open&Server=NS&IP=messenger.hotmail.com HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: MSMSGS
Host: gateway.messenger.hotmail.com
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Pragma: no-cache
Content-Type: application/x-msn-messenger
Content-Length: 0


[08:17:11] ::HTTPConnection::ConnectReply
[08:17:11] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:15:57 GMT

 
[08:17:11] cmsn_auth starting, stat=a
[08:17:11] -----------------------------------------
[08:17:11] >>> GOT TCL/TK ERROR : {{SSL channel "sock9": error: unknown protocol}}
>>> Stack:
SSL channel "sock9": error: unknown protocol
>>> Code: SSL {unknown protocol}
[08:17:11] -----------------------------------------
[08:17:11] >>> AMSN version: 0.96b - AMSN date: 12/22/2005
[08:17:11] >>> TCL version : 8.4.12 - TK version : 8.4.12
[08:17:11] >>> tcl_platform array content : osVersion 2.6.15-1.2054_FC5 byteOrder littleEndian threaded 1 machine i686 platform unix os Linux user root wordSize 4
[08:17:11] -----------------------------------------

[08:17:11] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:12:53 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.19243; GW-IP=207.46.7.11

 
[08:17:11] ::HTTPConnection::Write: PROXY POST Sending: (ns)
POST http://207.46.7.11/gateway/gateway.dll?SessionID=528027799.19243 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: MSMSGS
Host: 207.46.7.11
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Pragma: no-cache
Content-Type: application/x-msn-messenger
Content-Length: 131

VER 4 MSNP12 CVR0
CVR 5 0x0409 winnt 5.1 i386 MSG80BETA 8.0.0365 msmsgs Brain1127@hotmail.com
USR 6 TWN I Brain1127@hotmail.com

[08:17:11] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:15:57 GMT

 
[08:17:12] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 19
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:12:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.17017; GW-IP=207.46.7.11

 
[08:17:12] cmsn_auth starting, stat=v
[08:17:13] -----------------------------------------
[08:17:13] >>> GOT TCL/TK ERROR : {{error flushing "sock9": software caused connection abort}}
>>> Stack:
error flushing "sock9": software caused connection abort
    while executing
"::http::geturl https://nexus.passport.com/rdr/pprdr.asp -timeout 10000 -command {globalGotNexusReply ::Proxy::ProxyHTTP3}"
    ("after" script)
>>> Code: NONE
[08:17:13] -----------------------------------------
[08:17:13] >>> AMSN version: 0.96b - AMSN date: 12/22/2005
[08:17:13] >>> TCL version : 8.4.12 - TK version : 8.4.12
[08:17:13] >>> tcl_platform array content : osVersion 2.6.15-1.2054_FC5 byteOrder littleEndian threaded 1 machine i686 platform unix os Linux user root wordSize 4
[08:17:13] -----------------------------------------

[08:17:17] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:03 GMT

 
[08:17:17] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 261
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:12:59 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.26346; GW-IP=207.46.7.11

 
[08:17:17] cmsn_auth starting, stat=i
[08:17:17] cmsn_auth starting, stat=u
[08:17:17] cmsn_auth_msnp9: Nexus didn't reply yet...
[08:17:22] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:09 GMT

 
[08:17:22] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.32703; GW-IP=207.46.7.11

 
[08:17:27] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:14 GMT

 
[08:17:28] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:09 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.3907; GW-IP=207.46.7.11

 
[08:17:33] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:19 GMT

 
[08:17:33] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:15 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.11039; GW-IP=207.46.7.11

 
[08:17:38] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:24 GMT

 
[08:17:38] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:20 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.11747; GW-IP=207.46.7.11

 
[08:17:43] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:30 GMT

 
[08:17:43] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.19647; GW-IP=207.46.7.11

 
[08:17:48] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:35 GMT

 
[08:17:48] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:30 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.25827; GW-IP=207.46.7.11

 
[08:17:54] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:40 GMT

 
[08:17:54] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:35 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.30747; GW-IP=207.46.7.11

 
[08:17:59] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:45 GMT

 
[08:17:59] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.12115; GW-IP=207.46.7.11

 
[08:18:04] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:50 GMT

 
[08:18:04] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:46 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.32759; GW-IP=207.46.7.11

 
[08:18:09] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:16:56 GMT

 
[08:18:09] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:51 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.484; GW-IP=207.46.7.11

 
[08:18:14] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:17:01 GMT

 
[08:18:15] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 200 OK
Via: 1.1 LIB-P1
Connection: Keep-Alive
Content-Length: 0
Content-type: application/x-msn-messenger
Date: Fri, 21 Apr 2006 00:13:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-MSN-Messenger: SessionID=528027799.31292; GW-IP=207.46.7.11; Session=close

 
[08:18:20] ::HTTPConnection::HTTPRead: Proxy POST Received (ns):
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Fri, 21 Apr 2006 00:17:06 GMT

 
[08:18:20] ::HTTPConnection::HTTPRead: Proxy POST connection closed for ns:
HTTP/1.1 400 Bad Request
[08:18:20] ::MSN::CloseSB ::ns Called
[08:18:20] ::MSN::ClearSB ::ns called
[08:18:20] clearing sb ::ns. oldstat=u



At the same time ,main window of Amsn is "Logging in..." and do nothing else.And I use netstat -tnp to check link stat,there is no link to proxy server or MSN server.

Here is our Network structure

My PC-->proxy server in LAN-->Internet
My PC opened port:above 1024
proxy server opened port: only 80 to LAN,and "I dont know" to INTERNET:cry: ,Maybe there is no restriction

Quote
But I am talking about the REMOTE port 443, not the proxy's port.

I wandered which REMOTE you mean. 443 of proxy server in LAN? or 443 of Messenger.hotmail.com?
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9428


View Profile WWW
« Reply #58 on: April 21, 2006, 02:58:51 am »

443 of messenger.hotmail.com, always going throught port 80 of the proxy...
Logged

KaKaRoTo
Brain1127
Newbie

Offline Offline

Posts: 21


View Profile
« Reply #59 on: April 21, 2006, 03:40:31 am »

Quote
443 of messenger.hotmail.com, always going throught port 80 of the proxy...

Thanks.

cvs_date file: 200604200010
Logged
Pages: 1 2 3 [4] 5 6 7
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!