LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-10-2009, 12:56 PM   #1
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Rep: Reputation: 19
Authorization problem with LogMeIn - SSL configuration?


Hello people.

I first thought it might be a problem with Firefox, but after installing Opera, I had exactly the same problem (thanks to those who helped there!).

A friend of mine had asked me to help him out with a problem, and gave me access through LogMeIn. I had entered previously, while I still had Slackware 12.x installed (32 bit), but now, with SW64, and FF3.5.x, I can't get in. I mean, I can _log_ in, but clicking on 'Remote control', the system advances past 'Connected' and then disconnects (there seems to be a timeout).

I configged the logging in LMI for including debug information, and got this:

2009-11-09 01:22:40.218 - Debug - LogMeIn - Socket - 216.52.233.217:443 - SSL cipher AES256-SHA (256 bits) TLSv1/SSLv3 selected.
2009-11-09 01:22:40.218 - Debug - LogMeIn - Socket - 216.52.233.217:443 - SSL session: REUSED, timeout is 600 seconds
2009-11-09 01:22:40.218 - Debug - LogMeIn - Socket - 216.52.233.217:443 - Assigned remote address: 201.253.152.112:46619
2009-11-09 01:22:40.218 - Debug - LogMeIn - Socket - 216.52.233.217:443 - Connected (SSL: yes).
2009-11-09 01:22:40.218 - Debug - LogMeIn - Socket - 216.52.233.217:443 - SSL handshake started.
2009-11-09 01:22:40.453 - Debug - LogMeIn - Socket - 201.253.152.112:46619/rawssl - SSL shut down - socket stays connected
2009-11-09 01:22:40.453 - Debug - LogMeIn - Socket - 201.253.152.112:46619/rawssl - SSL handshake started.
2009-11-09 01:22:40.453 - Debug - LogMeIn - Socket - 201.253.152.112:46619/rawssl - Error (in recv): Se ha forzado la interrupción de una conexión existente por el host remoto. (10054)
2009-11-09 01:22:40.453 - Debug - LogMeIn - Socket - 201.253.152.112:46619/rawssl - Closed (rcvd 176 bytes, sent 345 bytes).
2009-11-09 01:22:40.453 - Error - LogMeIn - Socket - 201.253.152.112:46619/rawssl - SSL error: SSLv2/v3 read client hello A (in accept).
2009-11-09 01:22:40.468 - Debug - LogMeIn - Socket - 216.52.233.217:443 - SSL handshake done.
2009-11-09 01:22:40.468 - Debug - LogMeIn - Socket - 216.52.233.217:443 - SSL cipher AES256-SHA (256 bits) TLSv1/SSLv3 selected.
2009-11-09 01:22:40.468 - Debug - LogMeIn - Socket - 216.52.233.217:443 - SSL session: REUSED, timeout is 600 seconds
2009-11-09 01:22:40.468 - Debug - LogMeIn - Socket - 216.52.233.217:443 - Assigned remote address: 201.253.152.112:58874

The line before the 'Error' line, translated to English, says as much as 'The existing connection was dropped (interrupted) by the host". The user forums at LMI aren't very helpful - the problem is discussed but no solution.

There is one line marked as 'Error', I've tried to google this message, read a lot of mails commenting it, but most of the issues were Ubuntu-related. I couldn't find any difference in configuration of OpenSSL, /etc/ssl/xxx, etc, as compared to before changing to SW64. They just all look identical. I can't find any .pem file on the disk, but then there wasn't one before, either.

I'd appreciate suggestions...
John
 
Old 11-10-2009, 01:50 PM   #2
wfh
Member
 
Registered: Sep 2009
Location: Northern California
Distribution: Ubuntu Debian CentOS RHEL Suse
Posts: 164

Rep: Reputation: 44
Do you have the system set up with reverse DNS....a TXT http://en.wikipedia.org/wiki/Reverse_DNS_lookup?

Reverse DNS lookup
 
Old 11-10-2009, 03:10 PM   #3
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by wfh View Post
Do you have the system set up with reverse DNS....a TXT http://en.wikipedia.org/wiki/Reverse_DNS_lookup?

Reverse DNS lookup
I have just an ADSL connection - my IP regularly changes. I can't say I remember ever having worried about reverse DNS. Wouldn't this be under control of the ISP?

John
 
Old 11-10-2009, 03:17 PM   #4
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Original Poster
Rep: Reputation: 19
... Anyway, I just tried

dig -x xxx.xxx.xxx.xxx ptr (xxx... is my IP)

from another machine, and it resolves correctly to the domain name assigned dynamically.

John
 
Old 11-10-2009, 11:50 PM   #5
agentdcooper
Member
 
Registered: Aug 2005
Distribution: Slackware
Posts: 35

Rep: Reputation: 15
Quote:
Originally Posted by Johncc330 View Post
A friend of mine had asked me to help him out with a problem, and gave me access through LogMeIn. I had entered previously, while I still had Slackware 12.x installed (32 bit), but now, with SW64, and FF3.5.x, I can't get in. I mean, I can _log_ in, but clicking on 'Remote control', the system advances past 'Connected' and then disconnects (there seems to be a timeout).
this is a known issue with 64-bit flavors of linux (known for a while actually...) but yr in luck! I found this link for ya, try it out and lemme know what u think - otherwise I will give 'er a whirl and see what happens, as I have yet to give this one a shot ;;

from = http://community.logmein.com/logmein...message.id=541 ;;
Quote:
So what I did, was I downloaded the 32-bit version of this plugin and installed it by using nspluginwrapper (the same procedure typically used for flash support in 64-bit linux). If you download the .tar.gz version, you should find an .so file.
After you download that file you have to follow the following instructions:
1) untar the file: (e.g. tar xvf ./logmein-client-1.0.387-1.tar.gz)
2) make sure you have it in a directory that you can reference and store for future use (I have mine in ~/Source/logmein-client-1.0.387-1/libractrl.so)
3) make sure you have nspluginwrapper installed (in ubuntu 9.10, if you don't, you should be able to type "sudo apt-get install nspluginwrapper" to get this to work)
4) run the following command as root or sudo: "sudo nspluginwrapper -i ~/Source/logmein-client-1.0.387-1/libractrl.so"
5) restart firefox

Number four is important to run as root, installing the plugin in user space did NOT appear to work.

Hope this helps someone.
otherwise, u are dead in the water... I actually have been running win7x64 via kvm and/or virtualbox, and then getting into logmein that way on my slackware 13.0 x64 machine, until I just found this link. so please report back yr luck, and we shall go from there!
 
Old 11-11-2009, 03:17 PM   #6
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by agentdcooper View Post
this is a known issue with 64-bit flavors of linux (known for a while actually...) but yr in luck! I found this link for ya, try it out and lemme know what u think - otherwise I will give 'er a whirl and see what happens, as I have yet to give this one a shot ;;
Hello agentdcooper,

Thanks for the info.

I'm quite convinced this is not my problem - I'm not using any plugin to access LMI - never have. The thread speaks about using the plugin if java fails - but I have a running Java installation. As far as I understand things, I don't need a plugin.

John

Last edited by Johncc330; 11-11-2009 at 03:18 PM. Reason: Spelling
 
Old 11-11-2009, 03:24 PM   #7
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Original Poster
Rep: Reputation: 19
Welllll.... Maybe not - I had missed the last part of the thread, where it says the 64bit java plugin is incompatible with LMI. Is this really true? I thought Java was the flagship of compatibility?

I have very little incentive (LMI is not enough) to install 32-bit Java again, and invite problems with ndiswrapper etc.

Thanks again,
John
 
  


Reply

Tags
authorization, login, logmein, remote



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vsftpd SSL problem (522 SSL connection failed) stringZ Linux - Server 8 05-05-2009 02:27 PM
Issue during the SSL Configuration???? ajeetraina Linux - Server 0 12-19-2007 08:22 AM
logmein.com equivalent for linux? juyce Linux - Software 1 10-07-2006 10:35 AM
A linux application like logmein Menestrel Linux - General 7 02-17-2006 03:39 AM
apache+ssl configuration spook Slackware 5 01-14-2003 07:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration