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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -