cURL error 28: Connection timed out after 1001 millisecondsmake sure you got the credentials right; pay attention to the key nesting (i.e.
key
and secret
go under credentials
)
$client = SesClient::factory(array( 'version' => 'latest', 'region' => 'eu-north-1', 'credentials' => array( 'key' => AWS_KEY, 'secret' => AWS_SECRET, ), ));This may not be a network connection problem after all. more info
No comments:
Post a Comment