Advertisement
Guest User

Untitled

a guest
May 26th, 2017
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.16 KB | None | 0 0
  1. [2017-05-26 06:02:00] local.ERROR: exception 'Aws\Ses\Exception\SesException' with message 'Error executing "SendRawEmail" on "https://email.us-west-2.amazonaws.com"; AWS HTTP error: Client error: `POST https://email.us-west-2.amazonaws.com` resulted in a `403 Forbidden` response:
  2. <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  3. <Error>
  4. <Type>Sender</Type>
  5. <Code>SignatureDo (truncated...)
  6. SignatureDoesNotMatch (client): The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
  7.  
  8. The Canonical String for this request should have been
  9. 'POST
  10. /
  11.  
  12. aws-sdk-invocation-id:b70eccab4ec48cae1a8e33dd01eefb3b
  13. aws-sdk-retry:0/0
  14. host:email.us-west-2.amazonaws.com
  15. x-amz-date:20170526T060158Z
  16.  
  17. aws-sdk-invocation-id;aws-sdk-retry;host;x-amz-date
  18. 2fe736677f6729b295cefaf6aa8c9f9cbe70af883ebba'
  19.  
  20. The String-to-Sign should have been
  21. 'AWS4-HMAC-SHA256
  22. 20170526T060158Z
  23. 20170526/us-west-2/ses/aws4_request
  24. 692470292ac0ecd333a1a0c6181191f64d9ed7b733'
  25. - <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  26. <Error>
  27. <Type>Sender</Type>
  28. <Code>SignatureDoesNotMatch</Code>
  29. <Message>The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
  30.  
  31. The Canonical String for this request should have been
  32. 'POST
  33. /
  34.  
  35. aws-sdk-invocation-id:b70eccab4ec48cae1a8e33dd01eefb3b
  36. aws-sdk-retry:0/0
  37. host:email.us-west-2.amazonaws.com
  38. x-amz-date:20170526T060158Z
  39.  
  40. aws-sdk-invocation-id;aws-sdk-retry;host;x-amz-date
  41. 2fe736677f6729b295cefaf6aa8c9f9c70af883ebba'
  42.  
  43. The String-to-Sign should have been
  44. 'AWS4-HMAC-SHA256
  45. 20170526T060158Z
  46. 20170526/us-west-2/ses/aws4_request
  47. 692470292ac0ecd333a1a0c6181191f6781534b4d9ed7b733'
  48. </Message>
  49. </Error>
  50. <RequestId>d4eddffe-41d8-11e781e662fd21dd</RequestId>
  51. </ErrorResponse>
  52. '
  53.  
  54. GuzzleHttp\Exception\ClientException: Client error: `POST https://email.us-west-2.amazonaws.com` resulted in a `403 Forbidden` response:
  55. <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  56. <Error>
  57. <Type>Sender</Type>
  58. <Code>SignatureDo (truncated...)
  59. in /var/www/html/atgworld/public_html/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:111
  60. Stack trace:
  61. #0 /var/www/html/atgworld/public_html/vendor/guzzlehttp/guzzle/src/Middleware.php(65): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response))
  62. #1 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(203): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Response))
  63. #2 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(156): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), Array)
  64. #3 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/TaskQueue.php(47): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure}()
  65. #4 /var/www/html/atgworld/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php(96): GuzzleHttp\Promise\TaskQueue->run()
  66. #5 /var/www/html/atgworld/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php(123): GuzzleHttp\Handler\CurlMultiHandler->tick()
  67. #6 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(246): GuzzleHttp\Handler\CurlMultiHandler->execute(true)
  68. #7 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(223): GuzzleHttp\Promise\Promise->invokeWaitFn()
  69. #8 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(267): GuzzleHttp\Promise\Promise->waitIfPending()
  70. #9 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(225): GuzzleHttp\Promise\Promise->invokeWaitList()
  71. #10 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(267): GuzzleHttp\Promise\Promise->waitIfPending()
  72. #11 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(225): GuzzleHttp\Promise\Promise->invokeWaitList()
  73. #12 /var/www/html/atgworld/public_html/vendor/guzzlehttp/promises/src/Promise.php(62): GuzzleHttp\Promise\Promise->waitIfPending()
  74. #13 /var/www/html/atgworld/public_html/vendor/aws/aws-sdk-php/src/AwsClientTrait.php(59): GuzzleHttp\Promise\Promise->wait()
  75. #14 /var/www/html/atgworld/public_html/vendor/aws/aws-sdk-php/src/AwsClientTrait.php(78): Aws\AwsClient->execute(Object(Aws\Command))
  76. #15 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Mail/Transport/SesTransport.php(40): Aws\AwsClient->__call('sendRawEmail', Array)
  77. #16 /var/www/html/atgworld/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php(85): Illuminate\Mail\Transport\SesTransport->send(Object(Swift_Message), Array)
  78. #17 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php(395): Swift_Mailer->send(Object(Swift_Message), Array)
  79. #18 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php(217): Illuminate\Mail\Mailer->sendSwiftMessage(Object(Swift_Message))
  80. #19 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(6468): Illuminate\Mail\Mailer->send('Frontend.email-...', Array, Object(Closure))
  81. #20 /var/www/html/atgworld/public_html/app/Http/Controllers/ContactUsController.php(121): Illuminate\Support\Facades\Facade::__callStatic('send', Array)
  82. #21 [internal function]: App\Http\Controllers\ContactUsController->forgotPasswordAction()
  83. #22 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
  84. #23 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(9611): Illuminate\Routing\Controller->callAction('forgotPasswordA...', Array)
  85. #24 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(8665): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(App\Http\Controllers\ContactUsController), 'forgotPasswordA...')
  86. #25 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(8646): Illuminate\Routing\Route->runController()
  87. #26 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(8355): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
  88. #27 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  89. #28 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(10054): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  90. #29 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(8356): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  91. #30 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(8347): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
  92. #31 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(8338): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
  93. #32 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(2575): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
  94. #33 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request))
  95. #34 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(13749): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  96. #35 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(10069): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
  97. #36 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(33): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
  98. #37 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(12155): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  99. #38 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(10069): Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
  100. #39 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(33): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
  101. #40 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(13495): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  102. #41 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(10069): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
  103. #42 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(33): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
  104. #43 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(13432): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  105. #44 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(10069): Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
  106. #45 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(33): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
  107. #46 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(3374): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  108. #47 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(10069): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
  109. #48 /var/www/html/atgworld/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(33): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
  110. #49 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(10054): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
  111. #50 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(2519): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  112. #51 /var/www/html/atgworld/public_html/bootstrap/cache/compiled.php(2503): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
  113. #52 /var/www/html/atgworld/public_html/index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
  114. #53 {main}
  115.  
  116. Next Aws\Ses\Exception\SesException: Error executing "SendRawEmail" on "https://email.us-west-2.amazonaws.com"; AWS HTTP error: Client error: `POST https://email.us-west-2.amazonaws.com` resulted in a `403 Forbidden` response:
  117. <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  118. <Error>
  119. <Type>Sender</Type>
  120. <Code>SignatureDo (truncated...)
  121. SignatureDoesNotMatch (client): The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
  122.  
  123. The Canonical String for this request should have been
  124. 'POST
  125. /
  126.  
  127. aws-sdk-invocation-id:b70eccab4ec48cae1a8e33dd01eefb3b
  128. aws-sdk-retry:0/0
  129. host:email.us-west-2.amazonaws.com
  130. x-amz-date:20170526T060158Z
  131.  
  132. aws-sdk-invocation-id;aws-sdk-retry;host;x-amz-date
  133. 2fe736677f6729b295cefaf6aa8c9f9c70c577d411aaeebb95dbe70af883ebba'
  134.  
  135. The String-to-Sign should have been
  136. 'AWS4-HMAC-SHA256
  137. 20170526T060158Z
  138. 20170526/us-west-2/ses/aws4_request
  139. 692470292ac0ecd333a1a0c6181191f6781574973fae32ba71534b4d9ed7b733'
  140. - <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  141. <Error>
  142. <Type>Sender</Type>
  143. <Code>SignatureDoesNotMatch</Code>
  144. <Message>The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
  145.  
  146. The Canonical String for this request should have been
  147. 'POST
  148. /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement