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

FB Connect keep giving the connection error on authorize via SSL. #22

Closed
Deminem opened this issue Aug 27, 2010 · 2 comments
Closed

FB Connect keep giving the connection error on authorize via SSL. #22

Deminem opened this issue Aug 27, 2010 · 2 comments

Comments

@Deminem
Copy link

Deminem commented Aug 27, 2010

I've plugged in the new Facebook connect iOS sdk and it was working fine before Aug 23. But then whenever I tried to attempt facebook login it gives the connection error as below.

Error Domain=NSURLErrorDomain Code=-1004 "Could not connect to the server." UserInfo=0x8251030 {NSErrorFailingURLStringKey=https://www.facebook.com/connect/uiserver.php?xxx_params

I've noticed that it request for authorize on
'https://graph.facebook.com/oauth/authorize?xxx_params' and redirect to 'https://www.facebook.com/connect/uiserver.php?xxx_params' which throws an exception.

NOTE: I've checked it without HTTPS vesion and it seems to be working fine. Does anyone know why Facebook connect is not working on SSL?

@yujuan
Copy link

yujuan commented Aug 27, 2010

Hi, we need more information to debug this issue. First can you try to run the DemoApp to see if this issue occurs on the DemoApp also? If it is still occur, can you get a tcpDump for me?

Thanks

@Deminem
Copy link
Author

Deminem commented Sep 12, 2010

Thanks Yujuan for your quick feedback and apologize for getting back to you so late. Actually, I've figured out the issue by looking into tcp dumb and it was looked like the https proxy was blocked for a time being at our servers.

Regards,
Deminem

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

No branches or pull requests

2 participants