Error:

msxml3.dll  '80072f05'

The date in the certificate is invalid or has expired

Dim xmlhttp
Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP")
       
xmlhttp.setOption(2) = 13056 '解决因证书错误(证书过期): xmlhttp.send (data) '有可能抛出: The date in the certificate is invalid or has expired

 

 

这个办法来自: http://geekswithblogs.net/narent/archive/2008/09/24/125418.aspx 

相关文章:

  • 2022-02-02
  • 2021-07-07
  • 2021-09-13
  • 2022-01-02
  • 2021-12-23
  • 2021-09-30
  • 2021-12-23
猜你喜欢
  • 2021-12-03
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
相关资源
相似解决方案