Skip to content

Commit

Permalink
Update faq.md (ansible#57)
Browse files Browse the repository at this point in the history
Added error information based on incorrect time set on server.
  • Loading branch information
jmcleroy authored and IPvSean committed Jul 3, 2018
1 parent 78b212d commit 7fd9b07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,14 @@ umask 0022
pip install --upgrade pywinrm
deactivate
```
## Problem: AWS Signature Failure
```
"error": {
"message": "Signature expired: 20180703T083815Z is now earlier than 20180703T152801Z (20180703T154301Z - 15 min.)",
"code": "SignatureDoesNotMatch",
"type": "Sender"
```

### Solution

Ensure the time on your Ansile Tower or Ansible Engine Server is correct.

0 comments on commit 7fd9b07

Please sign in to comment.