cancel
Showing results for 
Search instead for 
Did you mean: 

TLS 1.2 and curl script

I have been using a curl script for somw time now, and here comes the TLS 1.2 on Feb 28, 2018.  I have checked my curl ssl verision, it is NSS/3.27.1.  I have tested my conneciotn to the test site using this script;

<?php
$ch = curl_init('https://apitest.authorize.net/xml/v1/request.api');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_VERBOSE, true);
$data = curl_exec($ch);
curl_close($ch);
?>

It connected just fine.

 

Can I still use this curl script after Feb 28th?

 

curl -k -d"x_login=########&x_tran_key=################&x_delim_data=TRUE&x_url=FALSE&x_type=AUTH_CAPTURE&x_method=CC&x_relay_response=FALSE&x_card_num=################&x_exp_date=MM/YYYY&x_amount=100.00&x_address=&x_zip=&x_card_code=###" "https://secure2.authorize.net/gateway/transact.dll"

 

Richard D. 

rdw_appgrp
Member
1 REPLY 1

Hello @rdw_appgrp

 

Yes, you should be ready if you can connect to our sandbox today.

 

Richard

RichardH
Administrator Administrator
Administrator