WCF错误"验证消息的安全性时发生错误" ("An error occurred when verifying security for the message")

 

在我的电脑上编写代码调用服务器上的wcf服务时,遇到"An error occurred when verifying security for the message"的问题;

SoapUI测试又没问题。最后发现是由于两台机子时钟不同步,改正时间后就可以了。

 

By default an acceptable skew between client and server is 5 minutes

 

参考网址:

http://techblog.dorogin.com/2011/10/wcf-and-difference-of-time-of-client.html

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2021-09-19
  • 2021-05-22
  • 2021-09-07
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2021-12-18
  • 2021-04-12
  • 2021-09-01
  • 2021-06-06
  • 2021-09-07
  • 2021-05-10
相关资源
相似解决方案