Error:spa
msxml3.dll '80072f05'
The date in the certificate is invalid or has expired.net
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 code