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


I have an old ASP page that uses the https web service. I was told that the web service is a more secure SSL The version is going on and I wanted to go to the web service using a different parameter for SSL.

As you can see below, send me a php sample code;

  curl_set ($ ch, CURLOPT_SSLVERSION, 0);  

How can I set this parameter using classical ASP?

Thanks

I do not know how to do at the ASP page level, But you can configure your IIS host to accept a certain list of ciphers.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -