简体   繁体   English

经典ASP等效curl_setopt($ ch,CURLOPT_SSLVERSION,0);

[英]Classic ASP equivalent curl_setopt($ch, CURLOPT_SSLVERSION, 0);

I have an old ASP page which consumes https web service. 我有一个旧的ASP页面,该页面使用https Web服务。 I was told that web service is moving to a more secure SSL version and they wanted me to comsume web service by using a different parameter for SSL. 有人告诉我Web服务正在升级到更安全的SSL版本,他们希望我通过对SSL使用不同的参数来使用Web服务。

They send me a php sample code as you can see below; 他们向我发送了一个php示例代码,如下所示;

curl_setopt($ch, CURLOPT_SSLVERSION, 0);

How can I set this parameter using Classical ASP? 如何使用Classical ASP设置此参数?

Thanks 谢谢

I don't know how to do that at ASP page level, but you can configure your IIS host to accept a fixed list of ciphersuites. 我不知道如何在ASP页级别上执行此操作,但是您可以将IIS主机配置为接受固定的密码套件列表。

http://forums.iis.net/t/1063215.aspx http://support.microsoft.com/kb/245030 http://forums.iis.net/t/1063215.aspx http://support.microsoft.com/kb/245030

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM