Signature expired: is now earlier than error : InvalidSignatureException

后端 未结 10 2327
滥情空心
滥情空心 2020-12-05 04:45

I am trying a small example with AWS API Gateway and IAM authorization. The AWS API Gateway generated the below Endpoint :

https://xyz1234.execute-api.us-e         


        
10条回答
  •  南笙
    南笙 (楼主)
    2020-12-05 05:08

    Faced similar issue when I use timedatectl command to change datetime of underlying machine... Explanation given by MikeD & others are really informative to fix the issue....

    sudo apt install ntp
    sudo apt install ntpdate
    sudo ntpdate ntp.ubuntu.com
    

    After synchronizing time with correct current datetime, this issue will be resolved

提交回复
热议问题