curl-and-python

Re: my use of pycurl and authorize.net

From: john <johnf_at_jfcomputer.com>
Date: Thu, 30 Oct 2014 08:43:53 -0700

Thanks I'll look it up immediately.
Johnf
On 10/30/2014 08:23 AM, Paul Trott wrote:
> Hi,
>
> There is a setting on pycurl for SSLVersion. I assume they will allow TLS:
>
> c.setopt(pycurl.SSLVERSION, pycurl.SSLVERSION_TLSv1)
>
> Have a great day!
>
> PaulT
>
>> On Oct 30, 2014, at 10:07 AM, john <johnf_at_jfcomputer.com> wrote:
>>
>> Hi,
>> I use pycurl to communicate with authorize.net (credit card stuff). Authorize.net is gong to turn off SSLv3 on Nov4. To be honest I haven't thought much about what I was doing with pycurl since pycurl was taking care of everything very nicely. But now I wonder if my pycurl will continue to work? Here is what I'm doing:
>>
>> c=pycurl.Curl()
>> c.setopt(c.URL, GatewayURL)
>> c.setopt(c.POST, TRUE)
>> c.setopt(c.SSL_VERIFYPEER, FALSE)
>>
>> Thanks in advance for any help,
>>
>>
>> Johnf
>> _______________________________________________
>> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
>
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2014-10-30