Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Failed to connect to api.parse.com port 443: Timed out #159

Open
TonyTesng opened this issue Jul 16, 2014 · 1 comment
Open

Failed to connect to api.parse.com port 443: Timed out #159

TonyTesng opened this issue Jul 16, 2014 · 1 comment

Comments

@TonyTesng
Copy link

Hello:
I want to use php POST data to data browser then push notification to iPad,so I used parse.com-php-library.
But when I want to query that I create a class named MobileMsg and add column unit.
I use below code:

in parseConfig.php:

}
and create Query.php:

whereEqualTo('unit', $unit); $result = $parse->find(); ``` echo "RESULT: "; print_r($result); ``` } storeInParseDB('test'); ?>

but when I run Query.php,there show an error:Failed to connect to api.parse.com port 443: Timed out

what can I do?

@cinder92
Copy link

same issue here! there is any port do i need to open in serveR?

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

No branches or pull requests

2 participants