服务器无法验证请求。确保授权头的值是正确形成,包括签名 [英] Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature

查看:1422
本文介绍了服务器无法验证请求。确保授权头的值是正确形成,包括签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发现我的电脑时区设置为(UTC-08:00)太平洋时间(美国和加拿大),所以我改成了(UTC + 08:00)吉隆坡,新加坡结果
然后,当我打开Azure存储资源管理器,它下面显示了错误。

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.

我试图卸载Azure存储资源管理器,但错误依然存在。

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

推荐答案

我在这里找到了解决办法。
http://technet.microsoft.com/en-us/库/ cc738995(WS.10)的.aspx

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

错误了! :D

要在本地计算机上恢复Windows时间服务默认设置

To restore Windows Time service on local computer to default settings

打开命令提示符。结果
键入以下命令,然后preSS ENTER键:

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

net stop w32time

键入以下命令,然后preSS ENTER键:

Type the following command and then press ENTER:

w32tm /unregister

键入以下命令,然后preSS ENTER键:

Type the following command and then press ENTER:

w32tm /register

键入以下命令,然后preSS ENTER键:

Type the following command and then press ENTER:

net start w32time

这篇关于服务器无法验证请求。确保授权头的值是正确形成,包括签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆