facebook and ssl page error - facebook

I am working on porting over an app to ssl for facebook. I set up an elastic Load balancer to proxy ssl to a tomcat server. when I visit the URL it works in the browser but when I go to facebook it gives the error
Error
Error while loading page from $APPNAME
The URL https://secure.domain.com/$APPNAME/ did not respond.
but https://secure.domain.com/$APPNAME/ works in my browser. Theres no error logging I assume for facebook. Is there like a general rules why it would fail like facebook doesn't like the cert or something?

Related

URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s

Good morning everyone,
For a few days I have been failing to log in with facebook on my website made with WordPress.
The error message I get is the following:
"URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs."
I have tried creating a new Facebook login app and get exactly the same error window.
Can someone please try what is the problem?
encontinuo.com/login
I attach the screenshots with the error and the URI configuration that I have applied in the Facebook login app.
Thank you very much.
Facebook connect button
URIs error
URIs config

Meteor accounts-facebook not working on server

I have followed the this tutorial (http://bulenttastan.net/login-with-facebook-using-meteor-js/) to setup Meteors accounts-facebook package. The application worked fine while working on the local environment(localhost).
Now that I have hosted the app on my server I have the following configuration on my Facebook Apps Dashboard.
But when I try to login from my application I receive the following error message:
"URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs."
My app is hosted on the port '3002' so, I have set the port along with the domain name on the Site URL section on facebook and with respect to the site URL I have also set the redirect URI as given on the image.
Thanks in Advance.
Found a Fix! Setting the ROOT_URL environment variable did the trick for me.

Meteor loginWithFacebook : Error in OAuth Server

loginWithFacebook has stopped working for me.
Even the previous version of the code.
The plain code with just {{> loginButtons}} when run, on click connects to facebook, but on return waits very long for localhost and throws back this error after some time.
W20150123-21:16:55.743(5.5) (oauth_server.js:398) Error in OAuth Server: Failed to complete OAuth handshake with Facebook. connect ETIMEDOUT
I'm running my app inside a corporate network with proxy. Facebook is accessible and i', able to login other apps like soundclound with login via facebook.
When i'm connecting via other source (mobile data) i'm able to do a login. Any suggestion on how to find root cause ?

Server started but not redirecting to the liferay welocme page

I am new to liferay. I have changed my userId in liferay portal. From then If I start the server it is not redirecting me to liferay welcome page. When I type localhost:8080 in the browser I am getting an error that
"Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies."
cookies are enabled and tried in chrome also but not working.
tried with changing the portal-setup-wizard.properties also.
Where I went wrong..
Thanks in advance...

Problems with SSL (port 443) and FB

I 've got the same problem like in this question: SSL Error on Port 443, Page is not showing and resulting in error 404
I'm trying to create a facebook application, but I have problems and I keep getting the same error as that person:
Error 404
The server can not find the requested page:
--url-- (port 443)
Please forward this error screen to --url--'s WebMaster.
I already created through the SSL/TLS Manager a Key, CSR and CRT for the domain that I'm using for the application, but I still cannot get to the index.php through https, while through http is all fine. There is no activate SSL button or anything like this, so I'm a bit lost -using cpanel for the first time-
Help?
This is almost certainly a configuration problem with your web server not serving the right content on port 443, that error message is definitely from your web server's side and not from Facebook's API