Automatisa / fbpwn

Automatically exported from code.google.com/p/fbpwn
0 stars 0 forks source link

Getting SSLPeerUnverifiedException while adding a new account #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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