PHP and CURL not working on Cloudant AP North server
up vote
-2
down vote
favorite
I can get all document by using php CURL
without any problem from Sydney server. But, recently I tried to create new cloudant server from AP North Tokyo.
Then the php CURL failed:
curl_exec($ch)
return false only.curl_error($ch)
return error message with:
"Failed to connect to xxx-bluemix.cloudant.com port 443: Connection timed out"
Do you have any idea what's wrong?
php cloudant
New contributor
add a comment |
up vote
-2
down vote
favorite
I can get all document by using php CURL
without any problem from Sydney server. But, recently I tried to create new cloudant server from AP North Tokyo.
Then the php CURL failed:
curl_exec($ch)
return false only.curl_error($ch)
return error message with:
"Failed to connect to xxx-bluemix.cloudant.com port 443: Connection timed out"
Do you have any idea what's wrong?
php cloudant
New contributor
1
Sounds more like a configuration error than a programming error.
– Difster
Nov 5 at 2:16
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I can get all document by using php CURL
without any problem from Sydney server. But, recently I tried to create new cloudant server from AP North Tokyo.
Then the php CURL failed:
curl_exec($ch)
return false only.curl_error($ch)
return error message with:
"Failed to connect to xxx-bluemix.cloudant.com port 443: Connection timed out"
Do you have any idea what's wrong?
php cloudant
New contributor
I can get all document by using php CURL
without any problem from Sydney server. But, recently I tried to create new cloudant server from AP North Tokyo.
Then the php CURL failed:
curl_exec($ch)
return false only.curl_error($ch)
return error message with:
"Failed to connect to xxx-bluemix.cloudant.com port 443: Connection timed out"
Do you have any idea what's wrong?
php cloudant
php cloudant
New contributor
New contributor
edited Nov 5 at 9:12
New contributor
asked Nov 5 at 2:06
user2763431
41
41
New contributor
New contributor
1
Sounds more like a configuration error than a programming error.
– Difster
Nov 5 at 2:16
add a comment |
1
Sounds more like a configuration error than a programming error.
– Difster
Nov 5 at 2:16
1
1
Sounds more like a configuration error than a programming error.
– Difster
Nov 5 at 2:16
Sounds more like a configuration error than a programming error.
– Difster
Nov 5 at 2:16
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
user2763431 is a new contributor. Be nice, and check out our Code of Conduct.
user2763431 is a new contributor. Be nice, and check out our Code of Conduct.
user2763431 is a new contributor. Be nice, and check out our Code of Conduct.
user2763431 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53147412%2fphp-and-curl-not-working-on-cloudant-ap-north-server%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Sounds more like a configuration error than a programming error.
– Difster
Nov 5 at 2:16