简体   繁体   中英

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

I have an old ASP page which consumes https web service. 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.

They send me a php sample code as you can see below;

curl_setopt($ch, CURLOPT_SSLVERSION, 0);

How can I set this parameter using 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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