开发者

MSXML2.ServerXMLHTTP with SSL3?

开发者 https://www.devze.com 2023-01-12 21:48 出处:网络
Using VBScript, want 开发者_StackOverflow社区to talk to a HTTPS website but it fails with: The client and server cannot

Using VBScript, want 开发者_StackOverflow社区to talk to a HTTPS website but it fails with:

The client and server cannot communicate, because they do not possess a common algorithm

Found out this is because it needs to use SSL3. How can I tell it to use SSL v3?

Thanks


ServerXmlHTTP relies on WinHTTP, which supports SSLv3. See the WINHTTP_FLAG_SECURE_PROTOCOL_SSL3 in the documentation. What version of MSXML are you using? You may want to try using one of the later versions. See the documentation on ProgID information.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号