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
Post a Comment