MSXML3.dll 80072efd and 800c0005 errors executing ServerXMLHTTP.send in classic ASP on Windows 7

前端 未结 7 1606
甜味超标
甜味超标 2020-12-19 03:35

I have a classic ASP page that I am trying to debug on IIS on Windows 7. The page works fine on another machine running Windows Server 2003 on a different network. Also, on

7条回答
  •  眼角桃花
    2020-12-19 04:30

    This error can also occur when using HTTPS if the SSL session cannot be negotiated due to incompatible ciphers.

    SSL Labs's SSL Test can help determine which are compatible.

    I know the original question was about a non-SSL connection, but I'm putting this out there as this is the first hit on Google when searching for the error message.

提交回复
热议问题