call "HttpSetSSLVersion" using "SSLv3" giving response-status.
CALL "HttpSetSSLVersion" USING
         version-string
         GIVING
         response-status. 
               	 | login-options | An alphanumeric item or literal specifying the SSL version to use. Valid values include: 
 Trailing spaces are removed from the value and then the value is zero terminated. Note: If you specify a value other than one of these valid values, the default value of CURL_SSLVERSION_DEFAULT is used, which causes
                                 the client to attempt to determine the remote TLS/SSL protocol version. 
                                 					 
                               | 
| response-status | A status code that, if nonzero, indicates the request encountered an error. In this case, the string representation of the error may be obtained by calling NetGetError. |