如何用xml访问HTTPS站点
如何用xml访问HTTPS站点
总是提示:
msxml3.dll 错误 '80072f0d '
The certificate authority is invalid or incorrect
代码如下:
<%
set xml = server.CreateObject( "MSXML2.ServerXMLHTTP ")
url= "https://esales.world2.com.cn "
objXML.open "POST ", url, false
objXML.send()
%>
谢谢了
------解决方案--------------------https协议是要经过合法认证的用户才能访问的,你的用户名没有经过认证或是非法的。
------解决方案--------------------The certificate authority is invalid or incorrect
此数字证书是非法或者是错误的
------解决方案--------------------需要在服务器上先安装 https://esales.world2.com.cn 的证书,安装后可以读取得到