Getting XMLHTTP to work with HTTPS

后端 未结 1 1229
情歌与酒
情歌与酒 2021-01-25 08:08

I\'m trying to access a soap webservice via classic asp over https, but I get the following error.

MSXML3.DLL error \'800c000e\'
A security problem

相关标签:
1条回答
  • 2021-01-25 08:19

    Did you google for that error ?

    SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056
    objRequest.setOption 2, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS
    
    0 讨论(0)
提交回复
热议问题