2019 Sep 27 10:35 PM
Hi Guys,
Has an one faced following issue while connecting to ABAP trial on Cloud foundry while making connection via JSON Service Key ??
'"An error occurred during JWT validiation. The JWT is expired. Therefore please check your local system clock."
Thanks
-A
2019 Sep 30 8:43 AM
The error indicates that there is a clock set incorrectly. I haven't had this error before with Cloud foundry so I can't tell if it's the clock of your own pc or somewhere on cloud foundry.
JWT have an expiration time set to reduce the possibility of replay attacks, so if your clock is off it will throw this error.
Note your clock needs to be the same within at least a minute and you need to be in the same time-zone.
2019 Sep 30 4:41 PM
I tried setting my system clock to Frakfurt timezone, but doesnt help.
Cheers
-A
2019 Sep 30 9:10 PM
2019 Oct 04 12:54 PM
Hi,
changing your timezone won't help if the time is off in general.
Please check if your clock is off a few minutes by comparing with other devices (e.g. your phone). If it is off, please try to set it correctly (manually if necessary). It shouldn't matter if it is a bit ahead, but it must not be behind, otherwise - from ADT perspective - your JWT will be issued in the future and therefore invalid.
Best Regards,
Thomas
2020 Sep 08 12:33 PM
2020 Apr 09 9:30 PM
Hi,
I get the same issue while connecting to ABAP Cloud. Any chance you found a solution to this ?
Thanks
O.
2022 Feb 23 1:29 AM
Hi,
Change your timezone, one minute can be the difference. This worked for me.
2024 May 27 7:43 PM