Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting SSLPeerUnverifiedException while adding a new account #38

Open
GoogleCodeExporter opened this issue Mar 17, 2016 · 5 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Start application
2.Go to add account and enter credentials
3.login
4.While its trying to log in, exception occurs and app closes.

What is the expected output? What do you see instead?
Application just closes. 


What version of the product are you using? On what operating system?
0.1.7 on Newest Ubuntu


Please provide any additional information below.
I have created a new facebook account which by default was set to English UK, 
so I also tried english US incase that was the problem but still crashes.

Tried with the wrong password to see if I would get any sort of wrong password 
prompt but app still closes.

login and password have no special chars only lower case alphanumeric chars.

Original issue reported on code.google.com by dosk3n...@gmail.com on 4 Jan 2012 at 4:03

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks for taking the time to report the issue

Apparently it is not a problem related to FBPwn, but in the way Java manages 
SSL connections.

Can you run the following command, and post the output:
sudo cat /etc/hosts

Original comment by HusseinElMotayam@gmail.com on 4 Jan 2012 at 4:23

  • Changed title: Getting SSLPeerUnverifiedException while adding a new account

@GoogleCodeExporter
Copy link
Author

Thanks for replying so fast. Its working fine on the windows machine and a 
great app. Just like to have one system centralized that is all.

Output is as follows

127.0.0.1        localhost
127.0.1.1        parasyt

The following lines are described for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

Original comment by stephani...@gmail.com on 4 Jan 2012 at 5:01

@GoogleCodeExporter
Copy link
Author

Well, it is definitely related to the JVM.

Some people reported this issue as a mapping problem in the hosts file but your 
/etc/hosts seems to be OK, as it maps localhost to 127.0.0.1

I'll try to investigate further into this issue, meanwhile try to use Windows. 
You can even use it in a virtual machine.

Original comment by HusseinElMotayam@gmail.com on 4 Jan 2012 at 5:33

  • Changed state: Accepted
  • Added labels: Priority-Low, Type-Other
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

Thats fine Im happy using it in windows just thought I would share the issue in 
the case it was unknown. So no rush on my behalf to get it fixed ;)

Original comment by stephani...@gmail.com on 4 Jan 2012 at 5:35

@GoogleCodeExporter
Copy link
Author

Great, I'll let you know when we fix it :)

Thanks for reporting the issue

Original comment by HusseinElMotayam@gmail.com on 4 Jan 2012 at 5:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant