Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature

独自空忆成欢 提交于 2019-12-11 17:27:06

问题


I noticed that my computer timezone was set to (UTC-08:00) Pacific Time (US & Canada), so I changed it to (UTC+08:00) Kuala Lumpur, Singapore.
And then when I open Azure storage explorer, it shows up the error below.

I tried uninstalling Azure Storage Explorer, but the error still exist.


回答1:


Are you sure your computer time in UTC is correct? By changing the time zones, did you by chance also change the time on the machine?




回答2:


I found a solution here. http://technet.microsoft.com/en-us/library/cc738995(WS.10).aspx

Error gone! :D

To restore Windows Time service on local computer to default settings

Open a Command Prompt.
Type the following command and then press ENTER:

net stop w32time

Type the following command and then press ENTER:

w32tm /unregister

Type the following command and then press ENTER:

w32tm /register

Type the following command and then press ENTER:

net start w32time


来源:https://stackoverflow.com/questions/21856363/server-failed-to-authenticate-the-request-make-sure-the-value-of-authorization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!